🌍 Deployed Link: https://vtrade-k8vg.onrender.com
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/Deepak91168/vtrade.git
- Navigate to
vtrade
directory using
cd vtrade
- Install Backend Dependencies
npm install
- Navigate to
vtrade-frontend
using
cd vtrade-frontend
- Install Frontend Dependencies
npm install
- First navigate to
vtrade
and - To start backend development server
npm run dev
serve will start on http://localhost:3000/
- To start frontend development server
cd vtrade-frontend && npm run dev
server 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
main
branch 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
issues
of the repository. - Click on the "New Issue" button.
Thank's in advance for contribution🌟