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.
- Host: GitHub
- URL: https://github.com/avicted/spring-todo
- Owner: Avicted
- Created: 2021-02-15T00:05:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T12:07:47.000Z (over 5 years ago)
- Last Synced: 2025-01-13T03:42:09.649Z (over 1 year ago)
- Language: Java
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)