/bca-project

Primary LanguageTypeScript

Welcome to the code chalenge for BCA

🚀 About the project

Project consists of a list of vehicles for an auction, listing them in general and in detail.

🔨 technologies:

🚀 How to run this project?

🌀 Cloning the repository

# Clone this repository
$ git clone https://github.com/Lbgomes/bca-project

# Access the project on the terminal/cmd
$ cd bca-project

🎲 Running the application

# Install the dependences
$ npm install

# Run the application
$ npm run start

# The server will run on the port:3000 - go to http://localhost:3000

🎯 Running the unity tests

# Install the dependences
$ npm install

# run all the tests on the application
$ npm test a