This repository has two backend projects developed during my Java intern :
- Bookstore API – RESTful API for managing books using Spring Boot and H2 database.
- Job Portal System – RESTful API for managing jobs, applicants, and applications using Spring Boot and MySQL.
- Folder:
bookstore-api/ - CRUD operations for books
- H2 in-memory database
- Swagger UI and Postman testing
- Detailed README
- Folder:
job-portal-system/ - CRUD operations for jobs, applicants, and applications
- MySQL database integration
- Swagger UI and Postman testing
- Detailed README
- Navigate to project folder :
cd bookstore-apior
cd job-portal-system- Build and run:
mvn clean install
mvn spring-boot:run- Bookstore API → http://localhost:8080/swagger-ui/index.html
- Job Portal API → http://localhost:8080/swagger-ui/index.html
- Building professional REST APIs with Spring Boot
- Database integration (H2 & MySQL) with JPA
- API documentation and testing using Swagger & Postman
- Version control and GitHub project management