Skip to content

Commit a3de091

Browse files
Update env vars in README.md
1 parent 987e529 commit a3de091

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ Style Share is a collaborative platform designed to streamline the process of cr
2323

2424
## Setting Up on your machine
2525

26-
1. Go to the backend folder and create a .env file
27-
```plaintext
28-
DATABASE_URL="Mongodb Connection String here"
29-
JWT_SECRET="secret"
30-
PORT=3001
31-
```
26+
1. Go to the backend folder and create a .env file similar to [.env.example](https://github.com/VaibhavArora314/StyleShare/blob/main/backend/.env.example)
3227
2. Run the following commands in the backend folder
3328

3429
```sh

0 commit comments

Comments
 (0)