Skip to content

mattiabress/exam-webprogramming-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Specifications

  • Tomcat 9.0.64

APIs

Trip

  • GET /trips -> all trips
  • POST /trips -> create a trip
  • PUT /trips/:id -> update a trip by id
  • DELETE /trips/:id -> delete a trip by id

User

  • GET /user -> all users
  • POST /user -> create a user
  • PUT /user/:id -> update a user by id
  • DELETE /user/:id -> delete a user by id

Author

Thanks to

Useful links

About

exam web programming backend Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published