We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8d07a commit 64ff75aCopy full SHA for 64ff75a
README.md
@@ -23,6 +23,7 @@ This project will run on **NodeJs** using **MongoDB** as database. I had tried t
23
- Validations added.
24
- Included API collection for Postman.
25
- Light-weight project.
26
+- Test cases with [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/).
27
28
## Software Requirements
29
@@ -57,7 +58,6 @@ npm update
57
58
2. Create a new file by copying and pasting the file and then renaming it to just `.env`
59
3. The file `.env` is already ignored, so you never commit your credentials.
60
4. Change the values of the file to your environment. Helpful comments added to `.env.example` file to understand the constants.
-5. Test cases with [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/).
61
62
## How to run
63
0 commit comments