Thanks to visit codestin.com
Credit goes to github.com

Skip to content

carspec is a marketplace for second-hand cars. It includes features such as OEM specifications for easy reference, a marketplace inventory for dealers to add vehicle details, and a platform for buyers to browse and purchase cars. The repository enables seamless operations and empowers dealers with accurate OEM information for their inventory.

Notifications You must be signed in to change notification settings

AshokPrjapati/tech-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CarSpec

It's a MERN Stack marketplace platform designed for dealers with all the major functionalities


🖥️ Tech Stack

Frontend:

reactjs redux typescript javascript restAPI css3 html5

Backend:

nodejs expressjs mongodb JsonWebToken

Deployed On:

vercel render


View DemoReport BugGetting StartedInstallingAuthor

CarSpec is a marketplace for second-hand cars. It includes features such as OEM specifications for easy reference, a marketplace inventory for dealers to add vehicle details, and a platform for buyers to browse and purchase cars. The repository enables seamless transactions and empowers dealers with accurate OEM information for their inventory.


Screens ( All screens are responsive)

  • Homepage / Product Listing Page with Filters
  • Dashboard page with add inventory and oems table - protected page
  • signin / sinup Page
  • profile Page

🚀 Features

  • Login and Signup User Account
  • JWT (Json Web Token) Authentication and BcryptJS Password Hashing
  • OEMs tables for dealer reference
  • User can see all available inventory for sale without login/register
  • Dealer can add new inventory for sell
  • Delaer can also edit and delete the available inventory
  • Simple and user-friendly UI
  • Loading indicator for every operation

Glimpses of Nike-Clone 🙈 :

home home
signin signup
dashboard add car
edit car

Getting Started

This project was built using React, Typescript, Redux, HTML, CSS, JavaScript, Rest API, Node JS, Express and MongoDB with JWT. For running on your local environment you should follow these guidelines.

Prerequisites

  • NPM
  • Node JS
  • MongoDB

Setup

The project repository can be found in GitHub link or just clone the project using this command.

Using HTTPS

# git clone https://github.com/AshokPrjapati/tech-assignment.git
  • Open terminal on your workspace with
cd /home/workspace/tech-assignment

Install

Install NPM

Check that you have node and npm installed

To check if you have Node.js installed, run this command in your terminal:

node -v

To confirm that you have npm installed you can run this command in your terminal:

npm -v

To confirm that you have MongoDB installed you can run this command in your terminal:

mongo -v

To install all the dependences of the project, run the following command:

cd client

npm install

cd ../

cd server

npm install

To run the application got to the client folder and run the following command:

npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file in server folder

  • In client side

    VITE_BASE_URL

    VITE_IMGBB_URL

  • In server side

    DB_URL

    SECRET_KEY

    PORT


Contact

If you want to contact me, you can reach me through below handles.

linkedin GitHub

© 2023 Ashok Kumar

Show your support

Give a ⭐️ if you like this project!

About

carspec is a marketplace for second-hand cars. It includes features such as OEM specifications for easy reference, a marketplace inventory for dealers to add vehicle details, and a platform for buyers to browse and purchase cars. The repository enables seamless operations and empowers dealers with accurate OEM information for their inventory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published