Online food ordering system and employee management. This project has multiple modules, each module is an end to end system with its own data store (Cassandra, MongoDb, H2). This application is developed with all spring boot functionality which includes SpringMVC, Spring data, Spring security
Employee Management System with H2 in-memory database. Provides RESTful API for managing employee details including save, get, and update operations.
Technologies: Spring Boot 3.2.2, Spring Data JPA, H2 Database, Lombok
API Endpoints:
POST /api/employees- Save new employeeGET /api/employees/{id}- Get employee by IDGET /api/employees- Get all employeesPUT /api/employees/{id}- Update employee
See sbemployee/README.md for more details.
Taco Cloud application with MongoDB data store.
Module with Cassandra data store.
Taco Cloud application module.