https://github.com/prathmesh-ka-github/se-assignment3
https://github.com/prathmesh-ka-github/se-assignment3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prathmesh-ka-github/se-assignment3
- Owner: prathmesh-ka-github
- Created: 2024-11-03T07:43:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T04:24:46.000Z (about 1 year ago)
- Last Synced: 2025-04-04T22:23:54.678Z (9 months ago)
- Language: JavaScript
- Size: 2.37 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
2. ### 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.