Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FLiotta authored Feb 29, 2020
1 parent 8bc8ecd commit 2af2b86
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@

Yasei is a social network made in the MERN stack.

![alt text](display.gif)
![alt text](display.gif)

### Config

Create a "config.js" file on the server dir, it must contains the next:

```js
module.exports = {
'MONGO_URI': MONGO_URI,
'SECRET_KEY': PRIVATE KEY, IT WILL BE USED FOR OUR JWT's
}
```

0 comments on commit 2af2b86

Please sign in to comment.