Skip to content

Commit

Permalink
Update env vars in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavArora314 authored Jun 1, 2024
1 parent 987e529 commit a3de091
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ Style Share is a collaborative platform designed to streamline the process of cr

## Setting Up on your machine

1. Go to the backend folder and create a .env file
```plaintext
DATABASE_URL="Mongodb Connection String here"
JWT_SECRET="secret"
PORT=3001
```
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)
2. Run the following commands in the backend folder

```sh
Expand Down

0 comments on commit a3de091

Please sign in to comment.