Skip to content

vivekchauhan2003/Spring-Boot-Revision-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Revision API

A simple RESTful API built using Spring Boot for revision and learning purposes. This project demonstrates key Spring Boot features like REST controllers, dependency injection, and data handling.

🔍 About the Project

This project is designed to revise and strengthen the fundamentals of Spring Boot. It includes basic examples of:

  • REST API endpoints
  • Controller and Service layer separation
  • Java object modeling
  • Dependency Injection using @Autowired

It is ideal for beginners who are looking to solidify their understanding of Spring Boot with hands-on code.

📦 Technologies Used

  • Java 17+
  • Spring Boot
  • Maven
  • IntelliJ / STS

🚀 How to Run

  1. Clone the repository git clone https://github.com/vivekchauhan2003/Spring-Boot-Revision-API.git cd Spring-Boot-Revision-API

  2. Open in STS or IntelliJ

  3. Run the application

    • From IDE: Run RevisonSpringBootWebApplication.java
    • From terminal: mvn spring-boot:run
  4. Access API

    • Visit: http://localhost:8080 (check specific endpoints inside the controller package)

📁 Project Structure

src/ └── main/ └── java/ └── com.amantyatech/ ├── controller/ ├── service/ ├── model/ └── RevisonSpringBootWebApplication.java

✅ Features

  • Clean and beginner-friendly code
  • No database dependency (for quick setup)
  • Simple class-based object interaction

📬 Contact

Vivek Chauhan 📧 Contact on LinkedIn 🌐 Portfolio

⭐ If you like this project, give it a star on GitHub!

Releases

No releases published

Packages

No packages published