Project Demo
Project Overview
Platter enables users to browse menus, place orders, and track their food in real time. The backend leverages FastAPI to provide a high-performance RESTful API, while the frontend delivers a responsive and intuitive user experience. The system is containerized with Docker and served using Nginx for production readiness.
Key Features
- Modern RESTful API backend with FastAPI (Python)
- Interactive React frontend for seamless user experience
- Real-time order tracking and status updates
- Containerized deployment using Docker and Nginx
- Comprehensive testing with Pytest
- Clean architecture and modular codebase
Technologies Used
- Python & FastAPI: Backend RESTful API, authentication, and business logic
- React & JavaScript: Frontend UI and state management
- Docker & Nginx: Containerization and production deployment
- Pytest: Automated testing
- JSON, HTML, CSS: Data exchange and styling
Course Context
This project was developed as part of a university course, focusing on full-stack web development, RESTful API design, and modern deployment practices.