Skip to content

kasia-kittel/HTG2020Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install the app:

python3 -m venv venv
. venv/bin/activate

pip install Flask
pip install Flask-API
pip install -U flask-cors
pip install pytest

more details on how to install flask

Setup:

export FLASK_APP=app
export FLASK_ENV=development

Initialise the DB with hardcoded data:

flask init-db

Run:

flask run

Run tests:

python -m pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages