Project Marketplace

Project Marketplace
This is a freelance marketplace platform that allows users to buy and sell projects related to various domains. It is based on web3 login and crypto payment options, enabling secure and transparent transactions.
Tech Stack
This project is built using the MERN stack, which includes:
MongoDB for the database
Express and Node.js for the backend
React for the frontend
We used Spheron for deploying our backend and Vercel for deploying the frontend.
How to Clone and Run the Project
To clone and run the project, follow these steps:
Open your terminal and navigate to the directory where you want to store the project.
Clone the repository using the following command: git clone [https://github.com/ak736/project-marketplace.git]
Navigate to the project directory
Install the necessary dependencies by running the following command in the root directory: npm install
To start the frontend and backend servers concurrently, run the following command in the root directory:
Frontend : npm run dev
Backend : npm start