product-listing

Getting Started

First of all clone the project from the github repository

git clone https://github.com/asRizvi888/product-listing

After you have finished colning the project navigate to the project directory

cd product-listing

Frontend

From the project root directory navigate to frontend directory

cd frontend

Now to install the require packages run the following

yarn

Once the packages are installed, you can start the development server

yarn dev

Voilla 🎉 The project is now running in http://localhost:5173

see more

Backend

From the project root directory go to the backend directory

cd backend

Once you are there, install the necessary libraries with package manager

yarn

Now, to start the server run following command

nodemon .

Congratulations! You've made it 😊