https://github.com/lamsut/pizzagout
SPA pizza website, built with Vue.js for the frontend, Node.js for the backend, Redis for caching and MySQL for the database
https://github.com/lamsut/pizzagout
express-session pinia-plugin-persistedstate redis swagger-ui tanstack-vue-query vue-router
Last synced: 8 months ago
JSON representation
SPA pizza website, built with Vue.js for the frontend, Node.js for the backend, Redis for caching and MySQL for the database
- Host: GitHub
- URL: https://github.com/lamsut/pizzagout
- Owner: LamSut
- Created: 2024-09-21T02:52:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T16:43:48.000Z (over 1 year ago)
- Last Synced: 2025-02-20T17:40:50.589Z (over 1 year ago)
- Topics: express-session, pinia-plugin-persistedstate, redis, swagger-ui, tanstack-vue-query, vue-router
- Language: JavaScript
- Homepage: https://youtu.be/3gS8y-X1AaI?si=mtR7go7hnqBBjyds
- Size: 8.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PizzaGout
* This is a Single Page Application (SPA) pizza ordering system developed with Vue.js for the frontend and Node.js for the backend. It uses MySQL for data storage and Redis for session management.
* The system enables users to browse a menu, manage their cart and place orders, with RESTful APIs supporting CRUD operations on products, carts, and items.
* For guidance on using Docker, please refer to this [Tutorial](https://github.com/LamSut/Play-with-Containers/tree/main/4.compose/pizza)
---

---