From d6b2e3a10d97f2e6629b1da65d7dc118c2ed70d5 Mon Sep 17 00:00:00 2001 From: Neki <84998222+Nekidev@users.noreply.github.com> Date: Wed, 28 Sep 2022 09:06:55 -0300 Subject: [PATCH 1/3] Update CONTRIBUTING.md Added the 5th step to set the development server. --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c25e5d..dc46f47 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,8 +79,14 @@ 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. You can set it to any value, This will be the token you will use when making requests. + **And you're done!** + + ## License By contributing to Animu, you agree that your contributions will be licensed From adb21e6015646c62bad1a645bab64037eb0d7938 Mon Sep 17 00:00:00 2001 From: Neki <84998222+Nekidev@users.noreply.github.com> Date: Wed, 28 Sep 2022 09:09:32 -0300 Subject: [PATCH 2/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc46f47..1bb580b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,8 +85,6 @@ In your database, create a collection called users and create a document with a **And you're done!** - - ## License By contributing to Animu, you agree that your contributions will be licensed From 6da5bbc022f3efde9968ce5d4505c2e60c2828ba Mon Sep 17 00:00:00 2001 From: Neki <84998222+Nekidev@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:03:34 -0300 Subject: [PATCH 3/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1bb580b..487b45b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,7 +81,7 @@ $ npm run dev **5. Creating a token** -In your database, create a collection called users and create a document with a `token` field. You can set it to any value, This will be the token you will use when making requests. +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!**