Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starhearthunt/database-design-backend
https://github.com/starhearthunt/database-design-backend
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/starhearthunt/database-design-backend
- Owner: StarHeartHunt
- License: mit
- Created: 2023-11-25T15:52:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-30T14:21:31.000Z (about 1 year ago)
- Last Synced: 2024-11-23T09:42:21.762Z (3 months ago)
- Language: TypeScript
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# database-design-backend
## Description
## Installation
```bash
$ pnpm install
```## Running the app
```bash
# development
$ pnpm run start# watch mode
$ pnpm run start:dev# production mode
$ pnpm run start:prod
```## Test
```bash
# unit tests
$ pnpm run test# e2e tests
$ pnpm run test:e2e# test coverage
$ pnpm run test:cov
```