Next.js frontend for Milly — a multi-venue restaurant ordering platform. Covers staff venue portals, platform admin, and anonymous customer table ordering. Talks to the Milly API over REST (/api/v1) and STOMP WebSocket (/ws).
Quick start: documentation/installation.md. Development: documentation/development-instructions.md.
| Full name | GitHub | |
|---|---|---|
| Ali Safarli | linkedin.com/in/ali-safarli-7a01a7297 | github.com/alisafarli06 |
| Mikayil Guliyev | linkedin.com/in/mikayil-guliyev-341275306 | github.com/miko44quliyev |
| Ilkin Ismayilov | linkedin.com/in/ilkin-ismayilov2 | github.com/ilkinismayilov-905 |
| Yusif Xankishiyev | linkedin.com/in/yusif-xankishiyev | github.com/XankisiyevYusif |
| Omar Ismayilov | linkedin.com/in/omar-ismayilov-6b97b9337 | github.com/AnonimProgrammer |
| Link | URL |
|---|---|
| Backend repository | github.com/AnonimProgrammer/milly-back |
| Live application | milly-front.vercel.app |
| Document | Covers |
|---|---|
| System Design | Architecture, modules, Tailwind choice, API access |
| Installation | Clone, env, local run with the API |
| Development Instructions | Layout, feature workflow, git |
| Build Instructions | Production build and deploy env |
| Route Documentation | App Router map and access control |
| Table Chatbot | Customer chat UI and STOMP wiring |