diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c25e5d..487b45b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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