Skip to content

RamVadranam/flask_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask application for GET POST rest api calls

How to run application?

Navigate to project root folder and execute following command

sh app_run.sh Shell Script will install all project dependencies and runs flask application. Navigate to following paths in browser for swagger documentation http://127.0.0.1:5000/swagger Execute POST and GET requests to add numbers and retrieve sum

To Run unit tests use following command

pytest

To Run Integration tests use following command

start flask application

sh app_run.sh

python src/tests/integration/api_test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published