Skip to content

NigamDevansh/Community-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community API:

Run Locally

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

Screenshots

  POST /v1/role

_v1_role

  GET /v1/role

_v1_role_get

  POST /v1/auth/signup

_auth_signup

  POST /v1/auth/signin

_auth_signin

  GET /v1/auth/me

_auth_me

  POST /v1/community

_v1_community

  GET /v1/community

_v1_community_get

  GET /v1/community/:id/members

_v1_community_id_members

  GET /v1/community/me/owner

_v1_community_me_owner

  GET /v1/community/me/member

_v1_community_me_member

  POST /v1/member

_v1_member_post

  DELETE /v1/member/:id

_v1_member_delete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published