Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 557 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 557 Bytes

car-collection-api

API for the car collection

This application makes use of a mongoDB with a database named carcollection. Please make sure you have installed the MongoDB Community Edition locally. The installation instructions can be found here.

Once you have cloned the application, please run the following to install all dependencies:

yarn install

To run the API server, run the following:

yarn start:dev

This will lauch the server on http://localhost:3333.