saharabanu / university-management-auth-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Routes:

User

  • api/v1/auth/signup (POST)
  • api/v1/users (GET)
  • api/v1/users/6177a5b87d32123f08d2f5d4 (Single GET) Include an id that is saved in your database
  • api/v1/users/6177a5b87d32123f08d2f5d4 (PATCH) api/v1/users/6177a5b87d32123f08d2f5d4 (DELETE) Include an id that is saved in your database Cows api/v1/cows (POST) api/v1/cows (GET) api/v1/cows/6177a5b87d32123f08d2f5d4 (Single GET) Include an id that is saved in your database api/v1/cows/6177a5b87d32123f08d2f5d4 (PATCH) api/v1/cows/6177a5b87d32123f08d2f5d4 (DELETE) Include an id that is saved in your database Pagination and Filtering routes of Cows api/v1/cows?pag=1&limit=10 api/v1/cows?sortBy=price&sortOrder=asc api/v1/cows?minPrice=20000&maxPrice=70000 api/v1/cows?location=Chattogram api/v1/cows?searchTerm=Cha Orders api/v1/orders (POST) api/v1/orders (GET)

About


Languages

Language:TypeScript 99.9%Language:Shell 0.1%