Skip to content

kard3n/TogetherNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoTogether

Application for sharing to-do lists.

Installation and Startup

For the app to be able to start redis must be installed and running. Under Arch Linux this could be done using the following commands:

yay -S redis-server
sudo systemctl start redis

With a python environment set up and running, the dependencies can be installed as follows:

pip install -r requirements.txt

The app can then be launched with python app.py. After, a server should be availbale at http://127.0.0.1:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published