Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natanaelvich/todolist_sprintboot-rocketseat-23
This repository is a sample project to demonstrate how to use Spring Boot to create a REST API.
https://github.com/natanaelvich/todolist_sprintboot-rocketseat-23
java maven spring-boot
Last synced: about 1 month ago
JSON representation
This repository is a sample project to demonstrate how to use Spring Boot to create a REST API.
- Host: GitHub
- URL: https://github.com/natanaelvich/todolist_sprintboot-rocketseat-23
- Owner: Natanaelvich
- License: mit
- Created: 2023-10-10T00:47:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T18:29:22.000Z (about 1 year ago)
- Last Synced: 2024-04-17T22:09:26.632Z (9 months ago)
- Topics: java, maven, spring-boot
- Language: Java
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Todo List Spring Boot
## About
This repository is a sample project to demonstrate how to use Spring Boot to create a REST API.
## Technologies
- Java
- Spring Boot
- Maven
- BCrypt
- JPA
- H2 Database## Prerequisites
- Java 17
- Maven 3.8.2### Running the project
```bash
mvn spring-boot:run
```## License
This repository is licensed under the MIT License. See the [LICENSE](/LICENSE) file for details.