A simple Cafe web application built with Vue.js on the frontend and Gin (Golang) on the backend. This project is created for learning and practicing these two frameworks.
- Homepage with menu displayed
- Two types of logins: admin & member
- Admin page to add/ remove/ edit menu items
- Membership details
- Order management with real-time updates
cd client
npm run build
cd server
go run .

