https://github.com/gsainfoteam/ziggle-be
Ziggle의 백엔드 리포지토리 입니다.
https://github.com/gsainfoteam/ziggle-be
backend gist nestjs ziggle
Last synced: 5 months ago
JSON representation
Ziggle의 백엔드 리포지토리 입니다.
- Host: GitHub
- URL: https://github.com/gsainfoteam/ziggle-be
- Owner: gsainfoteam
- License: agpl-3.0
- Created: 2023-09-20T13:09:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-24T08:43:51.000Z (7 months ago)
- Last Synced: 2025-11-29T23:21:09.778Z (7 months ago)
- Topics: backend, gist, nestjs, ziggle
- Language: TypeScript
- Homepage: https://api.ziggle.gistory.me
- Size: 1.54 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

# Ziggle-backend
## Description
Ziggle의 Backend
## Entity relation diagram
현재, ERD는 다음 링크에서 mermaid로 구현되어 있습니다. [ERD 링크](./docs/erd.md)
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```