Skip to content

qac-devops/python-flask-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-flask-example

Setup

Requirements

  • Python 3
  • Virtualenv

Dependencies & Virtual Environment

The virtual environment and the application dependencies can be configured using the following:

Linux/MacOS

virtualenv -p python3 venv
source ./venv/bin/activate
pip install -r requirements.txt

Windows

virtualenv venv
./venv/Scripts/activate
pip install -r requirements.txt

Development Server

A Flask developer server can be started by running this command:

python ./src/qac_devops_flask_example/__init__.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published