Skip to content

libre-note/librenote

Repository files navigation

LibreNote

build gosec codecov Go Report Card

Libre(Free as in freedom) note is a note-taking applications. A alternative to google keep.

⚡️ Quick start

  • Install docker
  • Copy config file mv _doc/config ./ to root directory and change it
  • Run project by this command:
      make docker-build
      make docker-run
      # migrate
      make docker-migrate
  • Visit http://localhost:8000
  • Stop CTRL + C

🔨 Development

  • Copy config file mv _doc/config ./ to root directory and change it
  • $
    make run # test binary
    make serve # run the application
    make migrate-up
    make test-unit
    make test-integration # default sqlite
    make test-integration-mysql
    ``
  • Check make help to get full list of make commands

🗒️ Docs

Releases

No releases published

Packages

No packages published