You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,7 @@ Style Share is a collaborative platform designed to streamline the process of cr
23
23
24
24
## Setting Up on your machine
25
25
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)
32
27
2. Run the following commands in the backend folder
0 commit comments