Event Booking system built using React.js frontend, GraphQL, Node.js and Mongo DB
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