Site: https://game-of-drones.herokuapp.com
This project uses Mongo, Express, Node and Angular 2.
- Node
- Npm
- MongoDB
Here you can install Mongo in your computer. These are the instructions on how to do it.
Before running it, please run 'npm install' in the root folder.
In order to run it you should:
- Start MongoDB. You can do it by typing "C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe" on the command line.
- Execute 'npm run build' on the root folder. This should run the application on localhost:3000.