Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruslanguns/nestjs-demo
https://github.com/ruslanguns/nestjs-demo
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruslanguns/nestjs-demo
- Owner: ruslanguns
- Created: 2020-03-08T21:59:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:49:33.000Z (11 months ago)
- Last Synced: 2024-05-28T17:07:40.447Z (6 months ago)
- Language: TypeScript
- Size: 247 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A progressive Node.js
## Description
[Inventory](https://github.com/kadima101/inventory-x) is a simple inventory app for retails.
## 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
```## Stay in touch
- Author - [Rookie Blue](https://github.com/kadima101)
## License
Nest is [MIT licensed](LICENSE).