conda create -n cme_api python=3.5
source activate cme_api # Activate the environment
pip install -r requirements.txt
If you're using MacOS, you could use brew
to start the server.
brew services start mongodb
python app.py
Once the application is started, go to localhost on Postman and explore the APIs.