Skip to content

GradiMut/auto-mart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoMart

Build Status Coverage Status

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


User Interface (UI)

  • HTML
  • CSS
  • Javascript

GitHub Pages link for UI

API ENDPOINTS

/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

Language

Javascript

Server Environment

NodeJS

Framework

Express

Testing Framework and assertion library

Mocha and Chai

API

API DOCUMENTATION

Getting Started

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.

Prerequisites

To install the software on your local machine, you need first to clone this repository or download the zip file.

Installing

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.

Run the server

> npm start

Run the test

> npm test

Author

  • Gradia Mutambay

License & copyright

About

An online marketplace for automobiles

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors