Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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