🌍 Deployed Link: https://vtrade.vercel.app/
The Used Vehicle Marketplace is an online platform designed to facilitate the buying and selling of pre-owned vehicles. This platform offers users the opportunity to directly connect with vehicle owners, streamlining the process of purchasing or selling a used vehicle.
- Fork the Repository and clone it at the desired location
git clone https://github.com/gauravjalap/vtrade.git- Navigate to
vtradedirectory using
cd vtrade- Install Backend Dependencies
npm install- Navigate to
vtrade-frontendusing
cd vtrade-frontend- Install Frontend Dependencies
npm install- First navigate to
vtradeand - To start backend development server
npm run devserve will start on http://localhost:3000/
- To start frontend development server
cd vtrade-frontend && npm run devserver will start on http://localhost:5173/
-
Create a new branch:
git checkout -b feature/amazingFeature
-
Make your changes and commit them:
git commit -m "Added an amazing feature" -
Push to your branch:
git push origin feature/amazingFeature
- Open a Pull Request (PR) against the
mainbranch of the original repository. - Clearly describe the changes you've made in your PR.
- Mention any related issues by using keywords like "Closes #IssueNumber" in the PR description.
Feel free to create new issues if you identify any bugs, improvements, or new feature requests. Follow these steps:
- Go to the
issuesof the repository. - Click on the "New Issue" button.
Thank's in advance for contribution🌟
