An open API service indexing awesome lists of open source software.

https://github.com/prathmesh-ka-github/se-assignment3


https://github.com/prathmesh-ka-github/se-assignment3

Last synced: 3 months ago
JSON representation

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.