https://github.com/maratdev/nest-books
https://github.com/maratdev/nest-books
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maratdev/nest-books
- Owner: maratdev
- Created: 2024-06-19T17:43:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T18:10:31.000Z (over 1 year ago)
- Last Synced: 2025-02-17T23:07:50.454Z (9 months ago)
- Language: TypeScript
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
[.env](https://t.me/voredev) запросить файл для запуска проекта
## 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
```