This is the repository for my bookings and reservations project.
- Built in Go version 1.22
- Use the [chi router] (https://github.com/go-chi/chi/v5)
- Uses [alex edwards SCS] (https://github.com/alexedwards/scs/v2) session management
- Uses [nosurf] (https://github.com/justinas/nosurf)
- Uses [govalidator] (https://github.com/asaskevich/govalidator)
- Uses [database driver] (https://github.com/jackc/pgx/v4)
- Uses [go-simple-mail] (https://github.com/xhit/go-simple-mail)
- Uses [Mailhog] (https://github.com/mailhog/MailHog)
- Uses [HTML emails] (https://get.foundation/emails.html)
- Uses [RoyalUI-Free-Bootstrap-Admin-Template] (https://github.com/BootstrapDash/RoyalUI-Free-Bootstrap-Admin-Template)
- Uses [simple-datatables] (https://github.com/fiduswriter/Simple-DataTables)