Clone the project
git clone https://github.com/NigamDevansh/Community-api
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run dev
To run the tests
npm run test
POST /v1/role
GET /v1/role
POST /v1/auth/signup
POST /v1/auth/signin
GET /v1/auth/me
POST /v1/community
GET /v1/community
GET /v1/community/:id/members
GET /v1/community/me/owner
GET /v1/community/me/member
POST /v1/member
DELETE /v1/member/:id