Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.