Event Booking App

• Developed an event booking web application which allows user to register, login, create their own events, book an event and cancel their bookings. User can view graphical representation of the bookings they have made.

• Used graphQL to build the APIs for the website, mongoDB to store users and events details. Incorporated dataloader tool to reduce the overhead resulting from frequent API calls to the database

Install all dependencies

npm install

Run the server

npm start