Drink ordering system built for NTHU Datalab members
Go to website »
Report Bug · Request Feature
Table of Contents
Drink ordering system built for NTHU Datalab members.
Previously in V1, this project is for frontend only, and the backend of this project has another repository. However, after author of the backend project graduated, the backend project is not further maintained, so this project has updated from a frontend-only react app to a full-stack Next.js application and take care of both frontend and backend needs.
Mobile version is also available
- Have one of Node.js package managers (yarn, npm, etc) installed
yarn # or # npm installyarn devThe easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
¯\(ツ)/¯
Current API format follows previous backend project.
Quick update guide if any of the members needs to update some informations
- Update meeting time
- Update ORDER_CLOSE_DAY_OF_WEEK and ORDER_CLOSE_HOUR in
src/modules/backend/utils.js
- Update ORDER_CLOSE_DAY_OF_WEEK and ORDER_CLOSE_HOUR in
- Update drinks menu
- Update
src/assets/cama_menu.yaml
- Update
- Robot.txt
- Analytics
- Autocompletion
- History orders
- Internalization
- Login with Google
- Database security
- Typescript
¯\(ツ)/¯
-
This is a Next.js project bootstrapped with
create-next-app. -
The readme follow Best-README-Template