Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritika30032002 authored Oct 15, 2023
1 parent 100ec21 commit b01d0af
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Following are the steps to run the backend of the community-website on your loca

Top_Secrets has a single installation step:

1. - **Install the dependencies**:
1. **Install the dependencies**:
Install all the required packages and dependencies.
```node
npm install
Expand All @@ -46,7 +46,21 @@ Install all the required packages and dependencies.
npm install --force

```
### Create a `.env` file in the root directory

-Refer to this video for **google id and secret key** : https://www.youtube.com/watch?v=XiuA-xO5Pz8
<br>
-Refer to this video for **facebook id and secret key**: https://www.youtube.com/watch?v=LLlpH3vZVkg&t=258s

- paste these line in the .env file and update with your respective values:
```
GOOGLE_ID=<YOUR GOOGLE ID>
GOOGLE_SECRET=<YOUR GOOGLE SECRET KEY>
FACEBOOK_APP_ID=<YOUR FACEBOOK APP ID>
FACEBOOK_APP_SECRET=<YOUR FACEBOOK SECRET KEY>
```

Now you're ready to run the app locally and sign into your local instance!
You've now finished installing everything! Let's start :100:

Now you're ready to run the app locally and sign into your local instance!
Expand Down

0 comments on commit b01d0af

Please sign in to comment.