This is a simple recipe app built with Go. It allows you to add, get, update, and delete recipes.
- Clone the repository
- Run
go run cmd/main.go
We will use BoltDB as our database.
recipe-app/cmd/main.go (main application entry point) recipe-app/internal/ (for application logic) recipe-app/web/templates/ (for HTML templates)
tail -f /var/log/recipe-app/app.log
tail -f /var/log/recipe-app/error.log
journalctl -u recipe-app -f
tail -f /var/log/nginx/access.log
tail -f /var/log/nginx/error.log