Categorygithub.com/theoriz0/flome-go
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

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