/imgy-api

API for my full stack application, using express to build the API.

Primary LanguageJavaScript

Imgy-API Documentaion

Documentaion of my first API using express. Justs going to detail the all the routes and their responses for my reference.

User Endpoints

All Endpoint for User

Profile Endpoints

All Endpoint for Profile

Post Endpoints

All Endpoint for Post

Comment Endpoints

All Endpoint for Comment

Auth Endpoint

EndPoint for Authorization

  • Login : POST /api/auth/login
  • Verify : POST /api/auth/verify

ER Diagram and Schema

ER Diagram

Showing the relation with each collection in the database.

Schemas

All the contents of each collection in the database.