Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibam-Paul authored May 12, 2024
1 parent c053ad4 commit ca1834a
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,55 @@ Contributions are what makes the open source community such an amazing place to
```sh
cd backend
```
2. Install npm packages
```sh
npm install .
```
3. Go to localhost
```sh
https://localhost:3030/
```
### For someone working on frontend
1. Change directory
```sh
cd frontend
```
2. Install npm packages
```sh
npm install .
```
3. Run server
```sh
npm run dev
```

## For someone working on backend+frontend
1. Change directory
```sh
cd backend
```
2. Install npm packages
```sh
npm install .
```
3. Go to localhost
```sh
https://localhost:3030/
```
4. Change directory
```sh
cd frontend
```
5. Install npm packages
```sh
npm install .
```
6. Change directory
```sh
cd src
```
7. change in app.jsx under app component fetchSongData function
change this url https://spring-music-player-3hyj.vercel.app/search with https://localhost:3030/search



Expand Down

0 comments on commit ca1834a

Please sign in to comment.