https://github.com/minpeter/todolist_v2
🚎 backend: spring boot, frontend: CRA
https://github.com/minpeter/todolist_v2
create-react-app docker-compose mariadb springboot todolist
Last synced: 3 months ago
JSON representation
🚎 backend: spring boot, frontend: CRA
- Host: GitHub
- URL: https://github.com/minpeter/todolist_v2
- Owner: minpeter
- Created: 2021-08-05T15:58:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T09:53:12.000Z (over 3 years ago)
- Last Synced: 2026-02-20T07:40:42.445Z (4 months ago)
- Topics: create-react-app, docker-compose, mariadb, springboot, todolist
- Language: JavaScript
- Homepage: http://try-running.it-locally
- Size: 37.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todolist_v2

### If you want to run it locally
```sh
docker compose up -d
```
### If you want to service on a server
1. first edit frontend/dockerfile
- ENV file edit to your server IP
2. cd .. && docker compose up -d