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

https://github.com/avicted/spring-todo

This is a basic REST API that provides CRUD operations for todo items.
https://github.com/avicted/spring-todo

Last synced: about 1 month ago
JSON representation

This is a basic REST API that provides CRUD operations for todo items.

Awesome Lists containing this project

README

          

# Java Spring Boot CRUD POC
### Description
This is a basic REST API that provides CRUD operations for todo items.
The purpose of this project is to study Spring Boot.

---

### Development
**Environment variables:**
Create a .env file in the repository root directory. The file should contain all variables from the .env.example file.

The project has been setup with a VSCode remote container.

Start the application inside the development docker container:

`cd /workspace/spring-todo`

`./gradlew bootRun`

---

### Open Source code usage:
[docker-postgresql-multiple-databases](https://github.com/mrts/docker-postgresql-multiple-databases)