Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soolung/simblue-server

나는 심청이 👧🏻 야 〰 야 〰
https://github.com/soolung/simblue-server

Last synced: 3 days ago
JSON representation

나는 심청이 👧🏻 야 〰 야 〰

Awesome Lists containing this project

README

        

### 로컬 데이터베이스 시작

```bash
docker-compose -f docker-compose.local.yml up -d
```

### 개발 서버 시작

```bash
docker-compose -f docker-compose.dev.yml up -d
```

### 프로덕션 서버 시작

```bash
docker-compose up -d
```