A full-stack online ordering web application built with Spring Boot, React, and AWS.
- User authentication and authorization
- Product listing and management
- Online order placement and tracking
- RESTful backend APIs
- Responsive frontend UI
- Java
- Spring Boot
- Spring Security
- MySQL (AWS RDS)
- React
- HTML/CSS
- JavaScript
- AWS EC2
- AWS RDS
OnlineOrder/
│
├── backend/
├── frontend/
├── README.md
├── LICENSE
└── .gitignore
cd backend
./mvnw spring-boot:runcd frontend
npm install
npm start(To be added)
- Payment integration
- Admin dashboard
- Order analytics
- Docker deployment
Bohan Yin