This application was created using django framework which runs on python.
If not already installed, see this documentation on how to install pip, then install virtualenv:
$ [sudo] pip install virtualenv
See the documentation for more.
$ virtualenv env
$ source env/bin/activate
(env)$ install -r requirements.txt
Follow the steps described here.
Check out the django rest framework website and django website on how to get started.
Run mongodb then navigate to the project folder (goeco/) and on the command line and run:
$ python manage.py runserver
You're good to go!