Skip to content

prathmesh-ka-github/se-assignment3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shoestack

An online shoe shopping webapp.
GitHub repo link - https://github.com/prathmesh-ka-github/se-assignment3

Dependencies -

Server side -

"cors": "^2.8.5",
"express": "^4.21.1",
"mongoose": "^8.8.0",
"nodemon": "^3.1.7"

Client side -

"axios": "^1.7.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2"

Setup and instructions -

  1. Starting the server (EXPRESSJS) -

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.

  1. Starting the client side (REACTJS) -

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.

Web address of deployed application

I didnt complete the deployment.

IP Address of EC2 instance

I didnt complete the deployment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published