/automart

Auto Mart is an online marketplace for automobiles of diverse makes, model or body type. With Auto Mart, users can sell their cars or buy from trusted dealerships or private sellers.

Primary LanguageJavaScript

Build Status Coverage Status

Auto-mart

Auto Mart is an online marketplace for automobiles of diverse makes, model or body type. With Auto Mart, users can sell their cars or buy from trusted dealerships or private sellers.

Challenge Links

Getting Started

This is a node.js project, so you will have to install node on your machine to get this up and running but then this project is already hosted here

Prerequisites

To start the server, give the following command in terminal

nodemon server.js

Installing

You may get errors as to packages you have to install to get this running properly all you have to do is check the error response properly and install the missing packages For example you may get the following error

"express" not found

All you have to do is enter in the terminal the following to install the missing package "express"

npm i express -g

You should install, in like manner , any missing package causing errors. And soon the project is running!!

Running the tests

Travis is used to run test on this project

Unit tests

All endpoints responsible for core features of this project are tested You can do this offline too. run

npm test

Deployment

To diploy this on a live system,Create account on heroku

Authors