# Packages
No description provided by the author
# README
Bookings and Reservations
This is the repository for my bookings and reservations projects.
- Built in Go version 1.19.3
- Uses the Chi router
- Uses alex edwards SCS session management
- Uses nosurf to prevent Cross-Site Request Forgery attacks by using CSRF tokens to all Post requests in the middleware