This is a full-stack hotel booking web written in Golang.
- Built-in Go version 1.20
- Uses the Chi router
- Uses Alex Edwards SCS for session management
- Uses Nosurf for CSRF token
- Uses PostgreSQL for database
- Implements MailHog as a development-stage email service
- Incorporates the Repository and Dependency Injection design patterns, enhancing modularity and code organization.