Burgernotes source code
Go to file
maaa d92acb48da meowing 2024-06-23 16:50:53 +02:00
.gitignore Fixed live editing, corrected many small errors, added more general best practices 2024-04-29 00:15:40 +01:00
APIDOCS.md Fully rewrote the server fr in go 2024-06-21 01:46:21 +01:00
LICENSE.md Markdown moment 2024-03-27 12:03:36 +00:00
README.md Fully rewrote the server fr in go 2024-06-21 01:46:21 +01:00
ROADMAP.md Update ROADMAP.md 2024-05-06 14:14:27 +01:00
burgernotes Fully rewrote the server fr in go 2024-06-21 01:46:21 +01:00
config.ini.example Fixed dark mode background, fixed text in signup screen. 2024-03-11 18:30:20 +00:00
go.mod Fully rewrote the server fr in go 2024-06-21 01:46:21 +01:00
go.sum Fully rewrote the server fr in go 2024-06-21 01:46:21 +01:00
main.go meowing 2024-06-23 16:50:53 +02:00
schema.sql Fixed live editing, corrected many small errors, added more general best practices 2024-04-29 00:15:40 +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
./burgernotes init_db

Edit config.ini to your liking, then to start the server run:

./burgernotes

Go to the Burgernotes website

API documentation

Roadmap