RosterPulse - Attendance Management System with Image Capture
RosterPulse is a service built with Django Framework for staff attendance with image capture and rosters.
- Python >= 3.9
- Postgresql database
Your virtual environment should be named as "env"
python -m venv env
$ env\Scripts\activate
$ source env/bin/activate
Use the package manager pip
to install dependencies.
Whenever you are installing any new packages or dependencies run the below command-
- Install dependencies using pip
pip install -r requirements.txt
- Copy .env.example to .env
cp .env.example .env
- Check your env for correct values of variables
- RosterPulse is built using Python
- Core framework for development is Django
- Visual Studio Code is the recommended IDE for development