Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 535 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 535 Bytes

A basic attendance system designed for just a single admin to handle. The backend uses flask and the front end is html css and vanilla JS.

To start the flask server after having cloned the repo.

First, create a virtual env so you don't install things you may not need. python -m venv AttendanceApp

Then activate the venv with .\attendanceApp\Scripts\Activate.ps1

and start the flask app with

python flask_app.py

The server runs on localhost port 5000.

Development is still ongoing and this README will be updated accordingly.