This project is made by realpython tutorial. It is simple task manager.
The technologies used in this projects are in the requirements.txt. Main technologies:
- python
- flask
- SQLAlchemy
- WTF Forms
- For CI I have used Travis.
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/