Skip to content

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Used Car pricing api service

1. what this app will do:

img.png

2. API's to be implemented

img.png

3. How our app will be structured

img.png

4. making a connection to sqlite

img.png

5. Creating an entity

img.png

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

Migrations

Generate Migrations from enitity files:

npm run typeorm migration:generate -n migrations/<migration-name> -- -o

To run the migrations:

npm run typeorm migration:run

Swagger

http://localhost:3000/api

License

Nest is MIT licensed.

About

A tool to determine rough estimates around what your car should be valued at depending upon the make, model, year, mileage and location, based on Nest.js

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages