Skip to content

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

Notifications You must be signed in to change notification settings

balavasudevan123/flask-restfulEnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published