Skip to content

Tempoture/Tempoture-taskrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bd04bc · Nov 13, 2020

History

16 Commits
Nov 13, 2020
Oct 30, 2020
Oct 30, 2020
Oct 30, 2020
Oct 30, 2020
Nov 13, 2020
Nov 13, 2020

Repository files navigation


Logo

Taskrunner for the Tempoture Project

A taskrunner for heroku server.

Repositories for Tempoture
Frontend-Repository · Backend-Repository · Database-Repository . Taskrunner-Repository

Software

  • Python3 - The programming language of choice for the project.

Installation Guide

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.

Flask

      $sudo apt update - Ensures Ubuntu is up to date.
      $sudo apt install python3-pip - Install package management system.
      $pip install Flask - Install for Flask.

Apscheduler

      $sudo apt update - Ensures Ubuntu is up to date.
      $sudo apt install python3-pip - Install package management system.
      $pip install apscheduler - Install for apscheduler.

License

Distributed under the GPL License. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages