Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kimusoft/epworld-server

전설의 이프봇 API 서버로 부활하다
https://github.com/kimusoft/epworld-server

game nestjs-backend oauth2-server reactjs-frontend

Last synced: about 2 months ago
JSON representation

전설의 이프봇 API 서버로 부활하다

Awesome Lists containing this project

README

        

# EpWorld API

> 앗 파링을(를) 낚았다!

- 기획·개발·디자인: 키뮤 (@Kimu-Latilus)

### TypeORM 마이그레이션

```shell
yarn build
yarn typeorm migration:generate src/migrations/init -d datasource.js
yarn build
yarn typeorm migration:run -d datasource.js
```

- 디버깅 시 db 열기

```shell
docker-compose -f docker-compose.dev.yml up -d --build
```

## 게임 시스템
###