Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ore-codes/nest-rest
https://github.com/ore-codes/nest-rest
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ore-codes/nest-rest
- Owner: ore-codes
- Created: 2023-10-30T12:53:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T14:45:07.000Z (about 1 year ago)
- Last Synced: 2024-11-08T00:48:45.214Z (3 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
$ yarn install
```## Running the app
```bash
# development
$ yarn start# watch mode
$ yarn start:dev# production mode
$ yarn start:prod
```