Skip to content

keshavmohta09/RosterPulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

RosterPulse

RosterPulse - Attendance Management System with Image Capture

Description

RosterPulse is a service built with Django Framework for staff attendance with image capture and rosters.

Pre requisites

  1. Python >= 3.9
  2. Postgresql database

Virtual Environment

Your virtual environment should be named as "env"

Create virtual environment

python -m venv env

Activating Virtual Environment

For Windows

$ env\Scripts\activate

For Macos or Linux

$ source env/bin/activate

Installation

Use the package manager pip to install dependencies.

Whenever you are installing any new packages or dependencies run the below command-

  1. Install dependencies using pip
    pip install -r requirements.txt
  2. Copy .env.example to .env
    cp .env.example .env
  3. Check your env for correct values of variables

Tech Stack

  • RosterPulse is built using Python
  • Core framework for development is Django
  • Visual Studio Code is the recommended IDE for development

About

Roster Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages