Skip to content

Run-MadVik/rollcall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

RollCall

RollCall - Roster Management System

Description

Rollcall is a roster management system built with Django Web Framework for managing organisational staff.

Pre requisites

  1. Python >= 3.9
  2. Postgresql database

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages