Skip to content

SaiVarunPappla/javainternprojects

Repository files navigation

Java Projects

This repository has two backend projects developed during my Java intern :

  1. Bookstore API – RESTful API for managing books using Spring Boot and H2 database.
  2. Job Portal System – RESTful API for managing jobs, applicants, and applications using Spring Boot and MySQL.

Project 1: Bookstore API

  • Folder: bookstore-api/
  • CRUD operations for books
  • H2 in-memory database
  • Swagger UI and Postman testing
  • Detailed README

Project 2: Job Portal System

  • Folder: job-portal-system/
  • CRUD operations for jobs, applicants, and applications
  • MySQL database integration
  • Swagger UI and Postman testing
  • Detailed README

How to Run Each Project

  1. Navigate to project folder :
cd bookstore-api

or

cd job-portal-system
  1. Build and run:
mvn clean install
mvn spring-boot:run

Access Swagger UI for testing :

Outcomes

  • 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

About

Internship projects : RESTful Bookstore API and Job Portal System

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages