Skip to content

xnxz123/test-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiredcraft Back-end Developer Test

Features

  • add a user
  • delete a user
  • query user
  • modify user
  • Find nearby friends

REQUIREMENT

  • Mysql 5.7+
  • Redis 3.2+
  • JDK 1.8

Getting started

  1. clone this repository
  2. open in idea
  3. create a new database CREATE DATABASE `backend_test` CHARACTER SET utf8 COLLATE utf8_general_ci;
  4. modify Run Configuration
  5. add & modify application.yml
  6. Run

Documentation & Unit Test

http://localhost:8080/doc.html

Import this file into postman

  • test.postman_collection.json

About

create a develop branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%