Clone the project
git clone https://github.com/NigamDevansh/Community-apiGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run devTo 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










