knaiskes / duty-schedule

A project to keep track of duties and absent permissions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duty-schedule

A project to keep track of duties and absent permissions

Motivation

This project was requested to be developed by a lieutenant while I was serving in the Hellenic Army(2019).

Features

  • Add/Edit/Remove duties and absent permissions
  • Auto generate duties

Video Overview

IMAGE ALT TEXT

Installation

Python 3.7.3+ is required

GNU/Linux

$ git clone https://github.com/KNaiskes/duty-schedule
$ cd duty-schedule
$ python -m venv venv # Create a virtual enviroment
$ source venv/bin/activate # Activate virtual enviroment
$ pip install -r requirements.txt # Install project dependencies
$ python app.py # Start project at http://localhost:5000/

Default login credentials

user: admin
password: admin

License

License: MIT

About

A project to keep track of duties and absent permissions

License:MIT License


Languages

Language:Python 53.0%Language:HTML 39.1%Language:CSS 7.4%Language:JavaScript 0.4%Language:Procfile 0.0%