eezhal92 / py-starter

Starter kit for my python web project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-web-app-example

Requirements

  • pipenv

First Time Setup

pipenv --python 3.6
pipenv install

Run The App

# Activate virtual env
pipenv shell

FLASK_DEBUG=1 python manage.py

About

Starter kit for my python web project


Languages

Language:Python 56.2%Language:Dockerfile 25.0%Language:Makefile 18.8%