Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 519 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 519 Bytes

todosy

You can try this app by clicking here. alt text

Installation and starting

Download MySQL and install it.

Create in the root of project and change information in .env file. It looks like:

DB_HOST=127.0.0.1
DB_USER=root
DB_PASSWORD=11111111
DB_DATABASE=todosy
SECRET="UCU Velykden snow"

Then open terminal and run following command:

python3 __init__.py

And start project

python3 main.py