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

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

Awesome Lists containing this project

README

          

# todolist_v2

![image](https://user-images.githubusercontent.com/62207008/205265243-c10c783d-b7b0-4d6b-93dd-fc71fffd2efd.png)

### 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