Auto Mart is an online marketplace for automobiles of diverse makes, model or body type. With Auto Mart, can sell their cars or buy from trusted dealerships or private sellers
- HTML
- CSS
- Javascript
/api/v1/getAllUsers
/api/v1/getUserById/:id
/api/v1/auth/singIn
/api/v1/auth/singUp'
/api/v1/updateUsers/:id
/api/v1/deleteUsers/:id
/api/v1/getAllCar
/api/v1/getCarById/:id
/api/v1/getCarByBodyType/:bodyType
/api/v1/getCarByStatus/:status
/api/v1/searchCarBy/:status/:min/:max/:make
/api/v1/addCar
/api/v1/updatePrice/:id
/carController.markCarAsSold
/api/v1/deleteCar/:id
/api/v1/getAllOrder
/api/v1/makeAnOffer
/api/v1/updateOrderPrice/:id
/api/v1/getAllFlag
/api/v1/addFlag
Javascript
NodeJS
Express
Mocha and Chai
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To install the software on your local machine, you need first to clone this repository or download the zip file.
The installation of this application is fairly straightforward, After cloning this repository to your local machine,CD into the package folder using your terminal and run the following
> npm install
It will install the node_modules which will help you run the project on your local machine.
> npm start
> npm test
- Gradia Mutambay