A project to keep track of duties and absent permissions
This project was requested to be developed by a lieutenant while I was serving in the Hellenic Army(2019).
- Add/Edit/Remove duties and absent permissions
- Auto generate duties
Python 3.7.3+ is required
$ 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/
user: admin
password: admin