https://github.com/cyf/cyf-server
Api server for cyf
https://github.com/cyf/cyf-server
api backend cyf nest nestjs node server
Last synced: 3 months ago
JSON representation
Api server for cyf
- Host: GitHub
- URL: https://github.com/cyf/cyf-server
- Owner: cyf
- License: mit
- Created: 2024-07-11T16:19:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T05:27:38.000Z (7 months ago)
- Last Synced: 2024-10-11T18:20:49.423Z (7 months ago)
- Topics: api, backend, cyf, nest, nestjs, node, server
- Language: TypeScript
- Homepage: https://dev.portal.chenyifaer.com
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# server
## Installation
```bash
pnpm i
```## Running the app
```bash
# development
pnpm start# watch mode
pnpm start:dev# production mode
pnpm start:prod
```## Endpoint
### Swagger
GET: `http://127.0.0.1:3001/api`
## Test
```bash
# unit tests
pnpm test# e2e tests
pnpm test:e2e# test coverage
pnpm test:cov
```