Skip to content

Commit

Permalink
Edit README 🔒
Browse files Browse the repository at this point in the history
  • Loading branch information
felmez committed Oct 9, 2021
1 parent 96a7614 commit 4134b89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<a href="#getting-started"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://www.youtube.com/watch?v=QSWg1JPAXUI" target="_blank">View Demo</a>
<a href="" target="_blank">View Demo</a>
·
<a href="" target="_blank">Demonstration Video</a>
<a href="https://www.youtube.com/watch?v=QSWg1JPAXUI" target="_blank">Demonstration Video</a>
·
<a href="https://github.com/felmez/user-listing/issues">Report Bug</a>
·
Expand Down Expand Up @@ -81,11 +81,8 @@ There is also custom rate limiting (See: <a href="https://en.wikipedia.org/wiki/
<br />
<img src="https://github.com/felmez/user-listing/blob/main/readme_assets/111.gif" />
<br />
<img src="" />
<img src="https://github.com/felmez/user-listing/blob/main/readme_assets/222.gif" />
<br />
<img src="" />
<br />
<img src="" />
</p>


Expand Down Expand Up @@ -160,12 +157,11 @@ client branch (client directory) for client side (react)

```
module.exports = {
MONGODB: 'mongodb+srv://<username>:<password>@<clustername>.<linkprefix>.mongodb.net/<dbname>?retryWrites=true&w=majority',
SECRET_KEY: 'some very secret key'
MONGODB: 'mongodb+srv://<username>:<password>@<clustername>.<linkprefix>.mongodb.net/<dbname>?retryWrites=true&w=majority'
}
```

3.3 - change the URI to your own MongoDB string you can keep secret key empty
3.3 - change the URI to your own MongoDB string

} else if (you will use some SaaS hosting services like heroku, netlify etc){
use process.ENV configurations depending on your service type
Expand Down
Binary file added readme_assets/222.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4134b89

Please sign in to comment.