https://github.com/epicmet/mycv
A simple project for me to start working with NestJS.
https://github.com/epicmet/mycv
Last synced: 5 days ago
JSON representation
A simple project for me to start working with NestJS.
- Host: GitHub
- URL: https://github.com/epicmet/mycv
- Owner: epicmet
- Archived: true
- Created: 2023-01-12T11:46:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T11:29:19.000Z (over 2 years ago)
- Last Synced: 2025-03-15T06:43:05.642Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 352 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Car Value
Just a simple API using nest followed by a tutorial from [Stephen Grider](https://github.com/stephenGrider)
## Installation
```bash
$ yarn install
```## Running the app
```bash
# development
$ yarn run start# watch mode
$ yarn run start:dev# production mode
$ yarn run start:prod
```## Test
```bash
# unit tests
$ yarn run test# e2e tests
$ yarn run test:e2e# test coverage
$ yarn run test:cov
```