Use flask to provide restful api for rostra app
- Flask
- MongoDB
- Python 3.7
pip install Flask
pip install flask_mongoengine
pip install flask-restx
pip install flask-cors
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