Install git and clone this repository to your computer
git clone https://github.com/kartikson1/Auction-Sphere.git
You can now open a code editor on your local version of this repo. Install Python3 if you don't have it on your system.
To set up the backend server follow the steps given here: https://github.com/kartikson1/Auction-Sphere/blob/main/backend/README.md
To set up the frontend application follow the steps below: You will need Node.js and NPM installed. You can refer this article if not installed already: https://kinsta.com/blog/how-to-install-node-js/
First, navigate to our application on the terminal and install all the packages using
npm i
In case this throws any error, install the yarn package manager:
npm install --global yarn
And then to install all the packages, run
yarn
Now, to run our application, run
npm start