The context
Did you know? Go is also a language that knows how to cook, at least that's what we want to prove with this online restaurant ordering site created by Go.
Here is our web application for restaurant order management developed in Go with a backend using Chi router, JWT authentication, Gorilla sessions and MySQL database.
Frontend interface with Alpine.js and Tailwind CSS for a reactive user experience with real-time cart and order management.
What I learn :
- Tech Stack:
- Go backend with Chi router for HTTP routing
- JWT authentication and session management with Gorilla
- MySQL database with SQLx
- Frontend with Alpine.js for interactivity
- Responsive interface with Tailwind CSS
- HTML templates with Gohtml
