A full-stack Food Ordering Web Application built using Spring Boot, React.js, MySQL, and JWT Authentication.
- User Registration & Login
- JWT Authentication & Authorization
- Role-Based Access Control (Admin/User)
- Restaurant Management
- Menu Management
- Order Processing
- Secure REST APIs
- Responsive User Interface
- MySQL Database Integration
- Java
- Spring Boot
- Spring Security
- Spring Data JPA
- JWT Authentication
- MySQL
- Maven
- React.js
- Redux
- Axios
- React Router
- Material UI
- Tailwind CSS
food-ordering-app
│
├── backend
│ ├── src
│ ├── pom.xml
│ └── mvnw
│
├── frontend
│ ├── src
│ ├── public
│ ├── package.json
│ └── tailwind.config.js
git clone https://github.com/krishnamnamithaa/food-ordering-app.git
cd food-ordering-appcd backend
mvn spring-boot:runcd frontend
npm install
npm start- Online Payment Integration
- Order Tracking
- Email Notifications
- Docker Deployment
Krishnam Namithaa