In the project directory, you can run:
Runs the app with node.
Open http://localhost:8000 to view it in the browser.
Runs the app in the development mode with nodemon.
Open http://localhost:8000 to view it in the browser.
- 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
- 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