Flask REST API's
Unittest on flask api's
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 run.py
Your application is running well you can test your api's on postman
Or run unittesting file
python3 testing.py
you also see the test cases in your terminal.