Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maratdev/nest-books
https://github.com/maratdev/nest-books
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maratdev/nest-books
- Owner: maratdev
- Created: 2024-06-19T17:43:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T18:10:31.000Z (7 months ago)
- Last Synced: 2024-11-07T01:20:46.338Z (2 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
```