Simple Flask RESTful project structure with example API and example test cases using Flask Testing
- Download or clone the project.
- To install the project related dependencies use
pip install -r requirements.txt. - To update the requirements.txt use pipreqs
pip install pipreqsand usepipreqs /home/project/location(https://github.com/bndr/pipreqs).