A taskrunner for heroku server.
Repositories for Tempoture
Frontend-Repository
·
Backend-Repository
·
Database-Repository
.
Taskrunner-Repository
- Python3 - The programming language of choice for the project.
Before installing the following softwares, have the latest version of Python installed. Also note that these install commands are specific for the Ubuntu bash terminal.
$sudo apt update
- Ensures Ubuntu is up to date.
$sudo apt install python3-pip
- Install package management system.
$pip install Flask
- Install for Flask.
$sudo apt update
- Ensures Ubuntu is up to date.
$sudo apt install python3-pip
- Install package management system.
$pip install apscheduler
- Install for apscheduler.
Distributed under the GPL License. See LICENSE
for more information.