https://github.com/romanow/backend-todo-list
Simple TODO list backend application
https://github.com/romanow/backend-todo-list
docker kotlin openid-connect
Last synced: over 1 year ago
JSON representation
Simple TODO list backend application
- Host: GitHub
- URL: https://github.com/romanow/backend-todo-list
- Owner: Romanow
- License: mit
- Created: 2021-08-27T22:43:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T07:44:36.000Z (over 1 year ago)
- Last Synced: 2025-03-29T04:02:00.816Z (over 1 year ago)
- Topics: docker, kotlin, openid-connect
- Language: Kotlin
- Homepage: https://romanow.github.io/backend-todo-list/
- Size: 175 MB
- Stars: 0
- Watchers: 1
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Romanow/backend-todo-list/actions/workflows/build.yml)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/Romanow/backend-todo-list/releases/latest)
[](https://hub.docker.com/r/romanowalex/backend-todo-list)
[](https://github.com/Romanow/backend-todo-list/blob/main/LICENSE)
# TODO list backed
GitHub: [romanow/backend-todo-list](https://github.com/Romanow/backend-todo-list).
## Локальный запуск
Используем [docker-compose.yml](docker-compose.yml)
```shell
$ ./graldew clean build
$ docker compose \
-f docker-compose.yml \
-f docker-compose.frontend.yml \
up -d --wait
$ echo "127.0.0.1 todo-list.local" | sudo tee -a /etc/hosts
```