From a3de09121046e114c420bd3dbf3aa07b8e272e14 Mon Sep 17 00:00:00 2001 From: Vaibhav Arora <84830429+VaibhavArora314@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:03:36 +0530 Subject: [PATCH] Update env vars in README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 9a0a841f..95cf8201 100644 --- a/README.md +++ b/README.md @@ -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