Welcome to my Spring-Boot Projects repository! Here you will find all the projects I have developed as part of my learning journey with Spring Boot. This repository serves as a showcase of my progress and knowledge in this popular Java-based framework for building enterprise-level applications.
In this repository, you will find a collection of Spring-Boot projects demonstrating various aspects such as RESTful APIs, database integration, security, and more. Each project is designed to provide practical examples of the features and concepts covered in each Spring Boot course I have taken.
Project Name | Description |
---|---|
elearning app | REST API for managing users, courses, and content |
e-commerse app | REST API for product management, user authentication, and orders. |
[More projects will be added as I learn new concepts] |
To get started with a project, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/kaustubhKolhe99/spring-boot-projects.git
- Navigate to the desired project folder and open it in your terminal
- Build and run the project using Maven:
mvn clean install
mvn spring-boot:run
While this repository is primarily used for my personal learning, contributions are welcome! If you have a Spring Boot project that demonstrates an interesting concept, feel free to open a pull request. Please ensure your code follows best practices and includes clear documentation.
This project is licensed under the MIT License - see the LICENSE file for details.