Libre(Free as in freedom) note is a note-taking applications. A alternative to google keep.
- 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
- 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