✧
View Demo ✧
Report Bug ✧
Getting Started ✧
Installing ✧
Author ✧
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.
- Homepage / Product Listing Page with Filters
- Dashboard page with add inventory and oems table - protected page
- signin / sinup Page
- profile Page
- 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
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.
- NPM
- Node JS
- MongoDB
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 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
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_URLVITE_IMGBB_URL -
In server side
DB_URLSECRET_KEYPORT
If you want to contact me, you can reach me through below handles.
© 2023 Ashok Kumar
Give a ⭐️ if you like this project!