repositorypackage
0.0.0-20240815151523-5806a61e794d
Repository: https://github.com/theoriz0/flome-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Flome
Simple short note app.
Usage
- 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
)