Skip to content

gigapet-3/Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

Authentication

Method Endpoint Body(required) Body(optional)
POST /api/auth/register username, password N/A
POST /api/auth/login username, password N/A

Meals

Method Endpoint Body(required) Body(optional)
GET /api/meals N/A N/A
GET /api/meals/:id N/A N/A
POST /api/meals name date, category, servings
PUT /api/meals/:id name date, category, servings
DELETE /api/meals/:id N/A N/A

Pets

Method Endpoint Body(required) Body(optional)
GET /api/pets N/A N/A
GET /api/pets/:id N/A N/A
POST /api/pets name status
PUT /api/pets/:id name status
DELETE /api/pets/:id N/A N/A

Users

Method Endpoint Body(required) Body(optional)
GET /api/users N/A N/A
DELETE /api/users/:id N/A N/A

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •