Docker Compose project with Spring Boot, PostgreSQL & Svelte
This project is a full-stack application consisting of a backend developed with Spring Boot and Kotlin, a PostgreSQL database, and a frontend built with Svelte.
Each part of the app is containerized with Docker and managed with Docker Compose.
Before getting started, ensure you have the following installed:
git clone https://github.com/RazielO/todo-list.git
cd todo-list
docker-compose up --build
This command will start the containers for the backend, database, and frontend.
docker-compose.yml
file. Modify it according to your database requirements.application.properties
file.Backend API endpoints are documented in the Backend README.
This project is licensed under the MIT License.