You can find the link for the Auction website here.
If you want to run it on your local system, follow these steps:
-
Clone the Repository:
git clone https://github.com/Koya-Madhusudhana-Rao/AuctionSphereX.git
-
Install Dependencies:
npm install
-
Open in VS Code: Open your preferred editor, such as Visual Studio Code, and navigate to the root directory:
..\.\.\AuctionSphereX>
-
Set Up Environment Variables: Create a
.env
file in the root directory and define the following variables:mongo_url = YOUR_MONGODB_URL jwt_secret = YOUR_JWT_TOKEN cloud_name = cloud_api_key= cloud_api_secret =
-
Start Frontend: Split the terminal and navigate to the client folder:
cd client npm install npm start
-
Access the Website: Once the frontend is running, you can view the website in your browser at http://localhost:3000/login.
-
Start Backend: Navigate back to the root directory and start the backend:
npm start
You should see the message:
Node/Express Server started on port 5000
Mongo DB Connection Successful
Now, both frontend and backend are up and running locally.
Enjoy exploring AuctionSphereX!