Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiotavuencas/springboot-jpa
Projeto desenvolvido com o intuito de revisar Spring Boot
https://github.com/sergiotavuencas/springboot-jpa
java-21 jpa-hibernate lombok maven mysql postgresql spring-boot
Last synced: about 1 month ago
JSON representation
Projeto desenvolvido com o intuito de revisar Spring Boot
- Host: GitHub
- URL: https://github.com/sergiotavuencas/springboot-jpa
- Owner: sergiotavuencas
- Created: 2024-06-22T13:34:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T13:14:34.000Z (5 months ago)
- Last Synced: 2024-11-08T14:17:45.947Z (3 months ago)
- Topics: java-21, jpa-hibernate, lombok, maven, mysql, postgresql, spring-boot
- Language: Java
- Homepage:
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot JPA
## Overview
Project developed during the [Spring Boot & Spring Data JPA - Complete Course](https://www.youtube.com/watch?v=5rNk7m_zlAg) by freeCodeCamp and [Bouali Ali](https://www.youtube.com/@BoualiAli). The intention was to study Spring Data JPA, revisit old concepts, and learn new ones.
## Objective
Using the Spring Framework, relational database concepts, and object-oriented programming to create an application based on the diagram below, and then applying queries and specifications.
![Database Class Diagram - E-learning Platform](https://github.com/sergiotavuencas/springboot-jpa/blob/main/diagram/diagram.png)
## Result
The project successfully follows the proposed diagram structure, as shown in the relationship illustration generated by IntelliJ's Class Diagram Generator below:
![IntelliJ Generated Diagram](https://github.com/sergiotavuencas/springboot-jpa/blob/main/diagram/entities-relatioship.png)
## Installation
To run this project locally:
1. Clone the repository:
```sh
git clone https://github.com/sergiotavuencas/springboot-jpa.git
```
2. Navigate to the project directory:
```sh
cd springboot-jpa
```
3. Install dependencies and build the project:
```sh
./mvnw clean install
```
4. Run the application:
```sh
./mvnw spring-boot:run
```
## UsageOnce the application is running, you can access the API at http://localhost:8080. You can use tools like Postman or cURL to interact with the endpoints.
## Contributing
Contributions are welcome! If you have suggestions or find issues, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/sergiotavuencas/springboot-jpa/blob/main/LICENSE.txt) file for more details.