Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lithos-hub/ipet-api
iPet backend API made with Node.js + Express, TypeScript and MongoDB
https://github.com/lithos-hub/ipet-api
Last synced: 13 days ago
JSON representation
iPet backend API made with Node.js + Express, TypeScript and MongoDB
- Host: GitHub
- URL: https://github.com/lithos-hub/ipet-api
- Owner: Lithos-hub
- Created: 2023-01-02T16:04:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T07:40:34.000Z (about 1 year ago)
- Last Synced: 2024-01-27T08:31:07.687Z (about 1 year ago)
- Language: TypeScript
- Size: 2.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# iPet API
API for iPet app made with Node.js, TypeScript and MongoDB.
## Endpoints
- 🟧 POST /api/v1/auth/signin
- 🟧 POST /api/v1/auth/signup
- 🟧 POST /api/v1/auth/session---
- 🟧 POST /api/v1/pet
- 🟩 GET /api/v1/pet/:userId
- 🟩 GET /api/v1/pet/details/:id
- 🟦 PUT /api/v1/pet/:id
- 🟥 DELETE /api/v1/pet/:id---
- 🟩 GET /api/v1/file/:id
- 🟧 POST /api/v1/file