- Built in Go version
- Make Reservation
- Search Availability
- Sending mail for notification
- Authentication
- Secure back end Administration
- Uses the chi router
- Uses alex edwards SCS
- Uses notie
- Uses nosurf
- Uses pgx Postgresql driver
- Uses Go validator
- clone project
$ git clone https://github.com/gummy789j/bookings_golang_website
- build
$ go build -o bookings cmd/web/*.go
- migrate Postgresql (you have to add soda as your enviromental parameters)
$ soda migrate
- run
$ ./run.sh
P.S. Still writing test..