Open command prompt, go to project folder, then run following commands:
- npm install (to install dependecies)
- node utils/initDb.js (to get data from NASA API and persist it to storage)
- node app.js (to start the app)
Open browser, go to http://localhost:3000
Project uses MongoDB as a database. It's located on https://mlab.com.
Developed with Node.js version 7.3.0