Skip to content

eyaab/Dynamic-Configuration-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic-Configuration-with-python

Setup

For setting up the project run

  • python3 -m venv venv
  • pip install -r requirements.txt

Development

for windows:

  • set FLASK_APP=run.py
  • flask run

for linux:

  • export FLASK_APP=run.py
  • flask run

run in dev mode to debug

set FLASK_ENV=development flask run

Structure

  • /app/ Contains the actual application
  • .config/ Contains Flask and SCSS configuration.
  • run.py Run to start Flask Server.
  • data.db SQLite Database File.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •