Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

charbeltabet/Flask-Starter-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask starter app

Features:

  • Flask v1.1.2 app setup
  • Rough GET and POST requests handling
  • Bootstrap v4.5.0 starter template with navbar

Getting Started

Create a virtual environment

Mac or Linux:

    $ pip install venv
    $ python3 -m venv "venv"
    $ venv/Scripts/activate

Windows:

    $ $ pip install venv
    $ py -m venv "venv"
    $ venv\Scripts\activate

Install dependencies and run app

    $ pip install -r requirements.txt

Run app

    $ flask run

About

Python flask and boostrap starter app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published