Bubbles-Delight is a server-side rendering application allows customers to make bubble-tea order, and customers get real-time notification for order status from the restaurant.
Browsing Menu and Adding Bubbleteas to Cart
- Customers can book customized bubble-tea orders online.
- When order has been made, customers will receive text-message to indicate the order status
- Restaurant receives order through text message and can check order details in app dashboard
- Restaurant owner can update order status depends on if restaurant is busy or not
- A customer can edit the details of an order or cancel the order before making the final decision
- The application makes API requests to load and persist data.
- ejs, Node, Express
- PostgreSQL, Storybook,
- Javascript, HTML, CSS
Install dependencies with npm install
.
npm start