https://github.com/tsawler/bookings-app
The repository for Building Modern Web Applications with Go.
https://github.com/tsawler/bookings-app
go golang udemy webapp
Last synced: 5 months ago
JSON representation
The repository for Building Modern Web Applications with Go.
- Host: GitHub
- URL: https://github.com/tsawler/bookings-app
- Owner: tsawler
- Created: 2021-02-10T00:31:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T23:44:58.000Z (about 5 years ago)
- Last Synced: 2024-06-18T23:06:35.385Z (almost 2 years ago)
- Topics: go, golang, udemy, webapp
- Language: Go
- Homepage: https://www.udemy.com/course/building-modern-web-applications-with-go/?referralCode=0415FB906223F10C6800
- Size: 6.15 MB
- Stars: 53
- Watchers: 2
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bookings and Reservations
The repository for [Building Modern Web Applications with Go](https://www.udemy.com/course/building-modern-web-applications-with-go/?referralCode=0415FB906223F10C6800).
- Built in Go version 1.15
- Uses the [chi router](github.com/go-chi/chi)
- Uses [alex edwards scs session management](github.com/alexedwards/scs)
- Uses [nosurf](github.com/justinas/nosurf)