Skip to content

poolejosh/AzureFlaskWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Flask WebApp on Azure

This project is built from Flask React Quickstart

Authentication and structure was infulenced by Handle User Accounts & Authentication in Flask with Flask-Login

About Me

Local Testing/Development

To get started, install python 3.7+ if not already installed. Then initialize a virtual python environment and activate it:

$ py -3 -m venv env
$ env\scripts\activate

Next, install required dependencies:

$ pip install -r server/requirements.txt

Then you can simply run the webapp locally with:

$ py server/src/app.py

The app can also be run locally in docker with:

$ docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published