Skip to content

jasminefiner/flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-App

This is a basic Flask app built with an application factory pattern and a single blueprint. It also contains Bootstrap 4 styles and FontAwesome icons.

Getting Started

Prerequesits

You need to have Python 3 and pip installed on your machine.

Installing

Clone the repository:

git clone https://github.com/jasminefiner/flask-app.git

Set up and activate the virtual environment:

python3 -m venv venv
. venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Running the Tests

Automated testing with unittest available. In the command line, run:

flask test

Running the Application

export FLASK_APP='application.py'
flask run

Built With

About

Bare bones flask application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published