Skip to content

nus-cs5224-team/NUS-tour-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NUS-tour-backend

Mainly backend code for the App.

NUS school bus routes and campus tour

Based on JDK 11 and Spring Boot.

Running the APP

Run the CampusApplication.main would be OK.

Default running port is on 8004. So can access http://localhost:8004/user/10 for test. The page would be a json object like,

{"id":0,"username":null}

API document

Use swagger to generate API document, default API page is http://localhost:8004/swagger-ui.html#/

Reminds

  • Remember to write good comments when coding.
  • Remember to implement the API document when coding.

About

Mainly backend code for the App.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published