Football database created using Mongoose and GraphQL
- Ensure you have MongoDB installed on your computer
- Run a MongoDB instance on a terminal
mongod - Run
npm installwhile in root directory - Run
npm run seederto create the database on your computer - Run
npm startto run database server - Access site by going to your browser or alternatively use my football app!