https://github.com/fernandobelotto/car_price_api
Project for exploring the Nestjs framework
https://github.com/fernandobelotto/car_price_api
api nestjs sqlite
Last synced: 4 months ago
JSON representation
Project for exploring the Nestjs framework
- Host: GitHub
- URL: https://github.com/fernandobelotto/car_price_api
- Owner: fernandobelotto
- Created: 2022-12-04T19:11:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-11T07:41:29.000Z (4 months ago)
- Last Synced: 2026-02-11T15:10:52.485Z (4 months ago)
- Topics: api, nestjs, sqlite
- Language: TypeScript
- Homepage:
- Size: 1.66 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nestjs Cars API
## Description
Project used to study nestjs framework and its features
## 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
```