Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 536 Bytes

api.md

File metadata and controls

30 lines (20 loc) · 536 Bytes
build environment
conda create -n cme_api python=3.5
source activate cme_api # Activate the environment
Install dependencies
pip install -r requirements.txt
Start MongoDB Server

If you're using MacOS, you could use brew to start the server.

brew services start mongodb
Start the application
python app.py

Once the application is started, go to localhost on Postman and explore the APIs.

More detail on