Attendance Management System
py -3 -m venv venv
python3 -m venv venv
source venv\Scripts\activate
venv\Scripts\activate
. venv/bin/activate
flask --app ams run --debug
flask --app ams seed_data
pip install -r requirements.txt
pip freeze > requirements.txt
- Create branch -
git checkout -b <branch_name>
- Staging -
git add .
- Commit -
git commit -m 'Commit message'
- push -
git push
pytest -v
coverage run -m pytest -v
coverage report
coverage html