Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 서버로 부활하다
- Host: GitHub
- URL: https://github.com/kimusoft/epworld-server
- Owner: KimuSoft
- Created: 2023-05-02T16:48:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:40:53.000Z (about 1 year ago)
- Last Synced: 2023-12-15T15:53:36.147Z (about 1 year ago)
- Topics: game, nestjs-backend, oauth2-server, reactjs-frontend
- Language: TypeScript
- Homepage: https://ep.kimustory.net
- Size: 7.22 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```## 게임 시스템
###