This is a web application for ordering food from restaurants that are registered on the platform. Users can search for nearby restaurants, view their menu, add items to the cart, and checkout. Registered restaurants can manage their menus, view and accept incoming orders.
- User registration and authentication
- Restaurant registration and authentication
- User can search for restaurants by location or name
- Users can browse restaurant menus, add items to cart and checkout
- Restaurants can manage their menus, view and accept incoming orders
- Real-time order tracking for users
- Real-time order notification for restaurants
Client:
Backend: Node.js, NestJS, TypeScript
Database: PostgreSQL
Real-time communication: Socket.io
Authentication: JSON Web Tokens (JWT)
API documentation: Swagger
This project is licensed under the MIT License - see the LICENSE.md file for details.