Skip to content

FitAdam/Masks-for-Seniors-Flask-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Masks-for-Seniors-Flask-Site

This website was created to support elderly people in the time of COVID19.

Screenshot_2020-04-29 Screenshot

Built With

  • Python
  • Flask
  • Flask_WTF
  • Flask_Mail
  • Flask_wtf.csrf
  • Flask Blueprint
  • Jinja2

Frontend done by @claudmiine

  • HTML5
  • CSS3
  • Bootstrap

Installation

  1. Activite or create virtual env in the project directory
.\\mask\Scripts\Activate
  1. Install all required packages
pip3 install -r requirements.txt
  1. Set up all env variables and run 'run.py'
example: 
os.environ.get('USER')
flask env:
PS C:\path\to\app> $env:FLASK_APP = "run.py"

  1. Go to http://127.0.0.1:5000/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT