Skip to content

OusManDiouf/go-booking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Booking App in Golang

  • Built in go 1.16

This project use the following packages:

Routing:

  • pat router
  • chi router (switched to this one to see how easy it is to replace module in go and this one have some interesting middlewares) Middlewares:
  • nosurf CSRF protection middleware for Go. State Management with Sessions:
  • scs HTTP Session Management for Go

Note: For more options on the routing side of things looks this interesting benchmarking https://github.com/julienschmidt/go-http-routing-benchmark

About

MVC application for booking written in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages