Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 748 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 748 Bytes

Flake8 Lint Check

Flask Boiler Plate

A simple easy to setup flask boilerplate that is build upon Factory pattern.

Technology stack

  1. Flask
  2. Flask-SQLALchemy
  3. Pytest
  4. Black
  5. Flake
  6. Tox

SetUp Commans

  1. Clone the repository
$ git clone https://github.com/sachinsom93/Flask_boilerplate.git
  1. Create virtual Env
$ virtualenv venv
$ venv\Scripts\activate
  1. Install the dependencies
(venv)$ pip install -e .
  1. Rename .evnsample to .env

  2. Run the flask server

(venv)$ flask run