Skip to content

apanjwani0/MERN-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST-API

Available Scripts

In the project directory, you can run:

npm start

Runs the app with node.
Open http://localhost:8000 to view it in the browser.

npm run dev

Runs the app in the development mode with nodemon.
Open http://localhost:8000 to view it in the browser.

API Routes

Account Module Routes

  • POST /api/accounts/signup - Signup User
  • POST /api/accounts/login - Login User
  • GET /api/accounts/profile- Get profile
  • PATCH /api/accounts/profile - Perform updates on profile
  • DELETE /api/accounts/delete - Delete user's profile

Event Module Routes

  • GET /api/events/viewAllEvents - Gets Event List of all events
  • GET /api/events/viewAllUsersEvents - Gets List of LoggedIn user's events
  • GET /api/events/add/ - Add an Event
  • GET /api/events/update/:eventID- Update an Event using eventID
  • GET /api/events/delete/:eventID - Delete an Event using eventID

POSTMAN Collection -

Click Here

About

Backend for Login/Signup using MERN Stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published