relarizky / create-your-own-resolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-your-own-resolution

https://img.shields.io/github/license/relarizky/create-your-own-resolution

it started off with me realizing that i got so many resolution this year.
so i feel like i need something that make me keep in touch with the progress that i make for achieving my resolution
then i made this. Maybe you got the same need as mine, you can use this or make it better.

Installation

$ git clone https://github.com/relarizky/create-your-own-resolution.git
$ cd create-your-own-resolution/
$ pip install -r requirements.txt
$ flask db init; flask db migrate; flask db upgrade
$ python run.py

make sure you use python 3.x.x
mine runs on python 3.8.10

just to make sure that everything is ok, you can run the following command

$ pytest -v tests/unit tests/integration

Preview

To do

  • adding prioritizing feature

Demo

https://create-resolution.herokuapp.com/home
https://create-resolution.herokuapp.com/api/doc/

About

License:MIT License


Languages

Language:Python 43.7%Language:JavaScript 31.9%Language:HTML 24.4%