21 lines
411 B
Markdown
21 lines
411 B
Markdown
## 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
|
|
```
|
|
### Links
|
|
[Go to the Burgernotes website](https://notes.hectabit.org)
|
|
|
|
[API documentation](APIDOCS.md)
|
|
|
|
[Roadmap](ROADMAP.md)
|