Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 359 Bytes

File metadata and controls

34 lines (18 loc) · 359 Bytes

Description

This application deals with the booking system of cars by different users.

Tech Used

  1. Docker Instance of mongoDB is used in this Application
  2. NestJS -> Used for API creation

Installation

$ npm install

Running the app

# development
$ npm run start

Test

# unit tests
$ npm run test