The project is part of the course Building Modern Web Applications with Go (Golang) where we built a reservation system for a Bed & Breakfast. Visitors to website will be able to search for accommodations by date and make a reservation online, and the website owner will be able to manage reservations from a secure backend.
- Server using Golang
- Website using Html templates
- Golang
- Chi router
- SCS session management
- Nosurf prevent Cross-Site Request Forgery attacks
- Gobuffalo
- Go simple email
- MailHog
- Install packages with
go get
. - Run
air
to start the server. or - Run
docker-compose up
to run the server in docker.
This project is under the MIT license. See the LICENSE file for more details.
Made with 💜 by Crislâine Santos