Skip to content

ashishkrgupta/python-flask-swagger-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-flask-swagger-demo

Make sure python 3.X.X and virtualenv is installe in you PC

  • Clone project in some dir
  • Open terminal/command prompt
  • Navigate to folder where the project is cloned
  • For Windows run commands
    • python -m venv env
    • ./env/Scripts/activate
    • pip install -r dependency.txt
    • python app.py
  • For Mac run commands
    • python3 -m venv env
    • source ./env/bin/activate
    • pip install -r dependency.txt
    • python3 app.py
  • Now application is started
  • You can access the swagger page on http://localhost:8000/apidocs

Swagger UI

Reference

https://pypi.org/project/flasgger/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages