forked from Ailur/burgernotes-server
1ae5222e33 | ||
---|---|---|
.gitignore | ||
APIDOCS.md | ||
ERRORS.md | ||
LICENSE.md | ||
README.md | ||
ROADMAP.md | ||
config.ini.example | ||
go.mod | ||
go.sum | ||
main.go | ||
schema.sql |
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