This is the backend API for the Smart Campus Ordering System. It supports user registration (students and vendors), JWT-based authentication, menu management by vendors, order placement, and order tracking.
- Student Registration & Login
- **Vendor Registration & Login **
- JWT Bearer Token Authentication
- Menu Item CRUD by Vendors
- Students can browse vendors and view menus
- Order creation and order history for students
- Order status tracking
- .NET 6 Web API
- Entity Framework Core with MySQL database
- JWT Authentication
- MUI React frontend (separate repository)
-
Clone the repository
git clone https://github.com/semon87/smartcampusBack.git cd smartcampusBack