I build this project during Lockdown(Pandamic) of 2020 when my institute started taking online classes, as my institute wasn't having any ERP/EMS system to track presence of students in online class or track the student.
They were using Excel before I build this then an Idea of making an ERP came into my mind.
I was having some experience of using Flask and using some online documentation I finally build this.
It was used by my institutions for long time and after that classes went offline and no one use it now.
This project was kept in a private repository for long time so I decided to bring this up as a public project so that anyone can work on it and contribute if they want.
Click here to see this project in action : Link to Project
To know how to use this project click here : How to use
I have used Docker so that any one can easily run this on their machine.
To run you need docker installed on your computer, goto this link to know how its done : How to install Docker Engine
- To start working you have to get this repository on your machine for that run :
git clone https://github.com/areeburrub/Flask-Student.git cd Flask-Student
- Build the docker container using following command :
docker build -t attendance .
- Run the container, and port it to
localhost:8000
using :docker run -p 8000:8000 attendance
To view the project got localhost:8000
from your browser