/Event-Management-System

It is a backend API for making an Event Management System. Built using Nodejs, ExpressJs, MongoDB.

Primary LanguageJavaScript

Event Management System

It is an event management system which allow users to create profile ,and create events and also can invite other users to the events. Moreover users and events can be updated.

📌APIs📜:

User

  1. Register
  2. Login
  3. Logout
  4. Read User
  5. Update users(name,email,password)
  6. Delete user

Event

  1. Create Event
  2. List Events
  3. Update Event
  4. Delete Event
  5. Invite User

📌Tech Stack📎;

📌Postman Screenshots💻:

1. Register User

image

2. Login User

image

3. Logout User(note the 200 OK response)

image

4. Read User

image

5. Update User

image

6. Delete User

image

7. Create Event

image

8. List Events

image

9. Update Event

image

10. Delete Event

image

11. Invite User

image

12. After inviting users (notice the invited section in populated now)

image

📌Note:

After inviting both events and users populated with invited fields.