Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1 KB

README.md

File metadata and controls

35 lines (27 loc) · 1 KB

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