https://github.com/ore-codes/nest-rest
https://github.com/ore-codes/nest-rest
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ore-codes/nest-rest
- Owner: ore-codes
- Created: 2023-10-30T12:53:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T14:45:07.000Z (over 2 years ago)
- Last Synced: 2024-12-30T03:46:27.960Z (over 1 year 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
```