Simple short note app.
- Generate password (
go run tool/genpassword.go -p your-password -s salt-as-in-config
) - Update the username and password in init/database.sql
- Run the sql script to set up database.
- Build the frontend project, copy the dist files under
- Update configs (default config locates at
configs/config.yml
) - Run the server (Or build docker image
make docker
)