tathagatamishra / CarDarts

To make a Car dealer’s life easier by automating their cars’ management.

Home Page:https://cardarts.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CarDarts

Welcome to the Car Dealer Platform, a web application designed to make a car dealer's life easier by automating car management. This application is built using React.js for the frontend, Node.js with Express for the backend, and MongoDB for data storage. It allows car dealers to add cars and list them conveniently.

Frontend deployed on : https://cardarts.vercel.app/

Backend deployed on : https://car-darts.vercel.app/

Features

Home Page

On the home page, you can view a list of cars along with their details, including:

  • Car Registration Number
  • Car Color
  • Car Model
  • Dealer Name
  • Dealer Pin Code

Add Car Page

On the Add Car page, you can input the following details for a car:

  • Car Model
  • Car Registration Number
  • Car Color
  • Dealer Name
  • Dealer Pin Code
  • Car Image Link

When you click "Submit" the car's information will be saved to the backend.

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository:

     git clone https://github.com/tathagatamishra/CarDarts.git
  2. Run Server

    cd server
    npm i
    npm run dev
  3. Run Client

    cd client
    npm i
    npm run dev

About

To make a Car dealer’s life easier by automating their cars’ management.

https://cardarts.vercel.app


Languages

Language:SCSS 52.7%Language:JavaScript 45.8%Language:HTML 1.6%