forked from Ailur/burgernotes-server
492 B
492 B
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
In login.js, main.js, signup.js, make sure to set the "remote" variable to "".
Edit config.ini to your liking, then to start the server run:
python3 main