forked from Ailur/burgernotes-server
Tracker-Friendly ab9be10c94 | ||
---|---|---|
.gitignore | ||
APIDOCS.md | ||
LICENSE.md | ||
README.md | ||
ROADMAP.md | ||
cleardb.py | ||
config.ini.example | ||
down | ||
fixapi.sh | ||
init_db | ||
main | ||
removeuser | ||
requirements.txt | ||
schema.sql | ||
vacuum |
README.md
Burgernotes
Burgernotes is a simple note-taking app with end-to-end encryption.
Setup
To set up Burgernotes, simply run these commands:
cp config.ini.example config.ini
python3 init_db
Edit config.ini to your liking, then to start the server run:
python3 main