Smoothie1-ini / FlaskTaskr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlaskTaskr - app for managing tasks Build Status

Table of contents

General info

This project is made by realpython tutorial. It is simple task manager.

Technologies

The technologies used in this projects are in the requirements.txt. Main technologies:

  • python
  • flask
  • SQLAlchemy
  • WTF Forms
  • For CI I have used Travis.

Setup

To run this project locally, activate virtural env, clone repository, install requirements and launch by run.py:

$ git clone https://github.com/KiTroNik/FlaskTaskr.git
$ pip3 install -r requirements.txt
$ python3 run.py

If you want to try live version go to heroku: https://evening-inlet-85383.herokuapp.com/

About


Languages

Language:Python 79.3%Language:HTML 20.2%Language:CSS 0.4%