This is a individual project, completed within 4 days by me (Java backend developers at Masai School).
- Java
- MySQL
- JDBC
- DAO
- Login Module
- Seller Module
- Buyer Module
- Admin Module
- Data Authentication and Validation for all the users (Admin Seller, Buyer)
- Owner can login by giving valid credentials.
- Owner can add category and provide the item to the respective category.
- Owner can add the status and set the price.
- Customer can login in the application and update their information using their username and password.
- Customer can book food item using by adding into cart and destination.
- Customer can access the bill after the purchase & can have the history is completed.
- Before running the API server, you should update the database config inside the application.properties file.
- Update username and password as per your local database configuration.