Skip to content

tabish-debug/assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask CRUD api's

Flask REST API's
Unittest on flask api's

Running Commands(macOS)

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

Testing Commands(macOS)

python3 testing.py

you also see the test cases in your terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published