A music theory & piano teaching application designed and developed for my bachelors degree.
- Node (12.18.1)
- NPM (6.14.1)
- MongoDB (4.2.8)
- Make sure MongoDB is running on your system or create an account at https://www.mongodb.com/atlas-signup-from-mlab
- Clone this repository.
- Run
cp example.env .env
and fill in your Mongo URI to the newely created .env file. - Open command line in the cloned folder,
- To install dependencies, run
npm install
- To run the application in development, run
npm run start
- To install dependencies, run
- Open localhost:8080/graphql in the browser