Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 690 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 690 Bytes

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