Open Source GraphQL API for Online Shows
- Cloud Atlas - Database Service Provider
- Heroku - Platform Service Provider
- Install the packages mentioned in package.json file for getting all dependencies of the project.
npm install --save
- Getting the configuration ready
Copy the.env.example
file at the same location and save as.env
cp .env.example .env
- Starting the application (after starting MongoDB's mongod)
npm start
Check out docs for more information!
Contributing Guide coming soon!
Issues are managed via GitHub Issues.
This project is licensed under the Apache License. See the LICENSE file for details.