Skip to content

martasumyk/todosy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 28.0%
  • CSS 25.4%
  • JavaScript 23.8%
  • Python 22.8%