Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 746 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 746 Bytes

flask-restfulEnv

Flask-restful environment with Flasgger, SqlAlchemy, Flask-JWT-Extended configured. Clone the repository to have your instant backend environment with neat folder structure in flask-restful.

Clone the repository

Clone the repository to your local machine.

Create a new virtual environment using below command

python -m venv flaskAppEnv

Activate the virtual environment by providing the path of Activate.ps1 (use below command)

& c:/flaskApp/flaskAppEnv/Scripts/Activate.ps1

Install other required packages using below command

pip install requirements.txt

That's it! Your Flask-restful environment is ready with flasgger, flask-SQLAlchemy and Flask-JWT-Extended packages configured!

Cheers!