Skip to content

Commit

Permalink
Merge pull request #36 from Nekidev/Nekidev-update-contributing
Browse files Browse the repository at this point in the history
Updated CONTRIBUTING.md to add a "create token" step
  • Loading branch information
kyrea authored Oct 1, 2022
2 parents 36297a5 + 6da5bbc commit 25c4b71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ The server will automatically restart when you make changes to the code.
$ npm run dev
```

**5. Creating a token**

In your database, create a collection called users and create a document with a `token` field in it. You can set it to any value, This will be the token you will use when making requests.

**And you're done!**

## License
Expand Down

0 comments on commit 25c4b71

Please sign in to comment.