Skip to content

ianogomes/car-pricing-api

Repository files navigation

Description

This is an API that allows users to get an estimate for how much their car is worth based on make/model/year/mileage, or to report what they sold their vehicles for. Besides, the API also handles sign up and sign in with email/password, and gives Admins the power to approve reported sales.

The purpose of building the API is just practicing my knowledge on NestJS with a somewhat complex application, which includes database, authentication and automated testing.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published