Burgernotes source code
Go to file
Tracker-Friendly 92dc80745d Update ROADMAP.md 2024-05-06 14:14:27 +01:00
.gitignore Fixed live editing, corrected many small errors, added more general best practices 2024-04-29 00:15:40 +01:00
APIDOCS.md Fixed live editing, corrected many small errors, added more general best practices 2024-04-29 00:15:40 +01:00
LICENSE.md Markdown moment 2024-03-27 12:03:36 +00:00
README.md no longer relevant 2024-03-12 19:58:30 +01:00
ROADMAP.md Update ROADMAP.md 2024-05-06 14:14:27 +01:00
config.ini.example Fixed dark mode background, fixed text in signup screen. 2024-03-11 18:30:20 +00:00
init_db Fixed live editing, corrected many small errors, added more general best practices 2024-04-29 00:15:40 +01:00
main Fixed live editing, corrected many small errors, added more general best practices 2024-04-29 00:15:40 +01:00
removeuser Fixed live editing, corrected many small errors, added more general best practices 2024-04-29 00:15:40 +01:00
requirements.txt migrate to quart 2024-02-24 21:57:16 +01:00
schema.sql Fixed live editing, corrected many small errors, added more general best practices 2024-04-29 00:15:40 +01:00
vaccum Re-add vaccum 2024-05-06 00:50:05 +01:00

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

Go to the Burgernotes website

API documentation

Roadmap