Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #61

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 20 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ https://spring-music-player.vercel.app/
git clone https://github.com/Satyam1923/Spring.git
```

### For backend
### For someone working on backend
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

understand the follow of instructions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

1. Change to backend folder
```sh
cd backend
Expand All @@ -40,16 +40,14 @@ cd backend
```sh
npm install .
```
3. Run server
3. Go to localhost
```sh
node index.js
https://localhost:3030/
```
4. Start it in local host
Go to this url : http://localhost:3030/
### For frontend
### For someone working on frontend
1. Change to frontend folder
```sh
cd backend
cd frontend
```
2. Install npm packages
```sh
Expand All @@ -59,9 +57,22 @@ npm install .
```sh
npm run dev
```
4. You'll have local host link in terminal
### For someone working on backend+frontend
Sibam-Paul marked this conversation as resolved.
Show resolved Hide resolved
1. Change to backend folder
```sh
cd backend
```
2. Install npm packages
```sh
npm install .
```
3. Go to localhost
```sh
https://localhost:3030/
```


## Contributing
## CONTRIBUTING

Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

Expand Down