Categorygithub.com/Badi96/go-bookings-website
repository
0.0.0-20241123164045-9ee08c731298
Repository: https://github.com/badi96/go-bookings-website.git
Documentation: pkg.go.dev

# 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