Project consists of a list of vehicles for an auction, listing them in general and in detail.
# Clone this repository
$ git clone https://github.com/Lbgomes/bca-project
# Access the project on the terminal/cmd
$ cd bca-project
# Install the dependences
$ npm install
# Run the application
$ npm run start
# The server will run on the port:3000 - go to http://localhost:3000
# Install the dependences
$ npm install
# run all the tests on the application
$ npm test a