Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 286 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 286 Bytes

Cars bulk import

Run using Docker

$ docker-compose up --build

Run locally using Npm

$ npm install 
$ npm start

APi documentation

http://localhost:300/api

Run tests using Npm

$ npm install
$ npm test