Skip to content

yoann9344/OC_project2_MVC_tinydb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OC_project2_MVC_tinydb

https://github.com/yoann9344/OC_project2_MVC_tinydb

Install

Tested with python 3.9.6, should work with python -V > 3.8

git clone https://github.com/yoann9344/OC_project2_MVC_tinydb
cd OC_project2_MVC_tinydb
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -e .
# generate Flake8 report
flake8
# launch the app
python chess_tournament/app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published