Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epicmet/mycv
A simple project for me to start working with NestJS.
https://github.com/epicmet/mycv
Last synced: 2 months ago
JSON representation
A simple project for me to start working with NestJS.
- Host: GitHub
- URL: https://github.com/epicmet/mycv
- Owner: epicmet
- Created: 2023-01-12T11:46:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T11:29:19.000Z (almost 2 years ago)
- Last Synced: 2024-02-18T13:26:31.071Z (11 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
```