An online shoe shopping webapp.
GitHub repo link - https://github.com/prathmesh-ka-github/se-assignment3
"cors": "^2.8.5",
"express": "^4.21.1",
"mongoose": "^8.8.0",
"nodemon": "^3.1.7"
"axios": "^1.7.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2"
Run these following commands in the terminal -
> cd ./server
To change the terminal directory to server folder.
> npm install
To install all the dependencies needed for the server side application.
> npm run server
Running the script to start the server.
Now server is all setup and running on "http://localhost:3000/". We have to start the client side now.
Run these following commands in the terminal -
> cd ./client
To change the terminal directory to client folder.
> npm install
To install all the dependencies needed for the client side application.
> npm run dev
Running the script to start the client side application.
Open http://localhost:5173 on your browser.
I didnt complete the deployment.
I didnt complete the deployment.