Use flask to provide restful api for rostra app
- Flask
- MongoDB
- Python 3.7
pip3 install -r requirements.txt
flask run
If you run the code below and visit your API’s root URL (http://localhost:5000) you can view the automatically-generated Swagger UI documentation.
The API Provided is as list in the pic below
1. pip install gunicorn
2. run the start.sh script
