- 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
ashishkrgupta/python-flask-swagger-demo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
