A simple easy to setup flask boilerplate that is build upon Factory pattern.
- Flask
- Flask-SQLALchemy
- Pytest
- Black
- Flake
- Tox
- Clone the repository
$ git clone https://github.com/sachinsom93/Flask_boilerplate.git
- Create virtual Env
$ virtualenv venv
$ venv\Scripts\activate
- Install the dependencies
(venv)$ pip install -e .
-
Rename .evnsample to .env
-
Run the flask server
(venv)$ flask run