/Event-Book

Event Booking system built using React.js frontend, GraphQL, Node.js and Mongo DB

Primary LanguageJavaScript

Event Booking

Event Booking system built using React.js frontend, GraphQL, Node.js and Mongo DB

Demo

EventBook List Add an Event

How to Run

Run Server

$ git clone https://github.com/barclayd/Event-Book.git
$ cd Event-Book
$ npm run start

Run Frontend

$ git clone https://github.com/barclayd/Event-Book.git
$ cd Event-Book && cd frontend
$ npm run start

Future Improvements