File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ This project will run on **NodeJs** using **MongoDB** as database. I had tried t
23
23
- Validations added.
24
24
- Included API collection for Postman.
25
25
- Light-weight project.
26
+ - Test cases with [ Mocha] ( https://mochajs.org/ ) and [ Chai] ( https://www.chaijs.com/ ) .
26
27
27
28
## Software Requirements
28
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 `
58
59
3 . The file ` .env ` is already ignored, so you never commit your credentials.
59
60
4 . Change the values of the file to your environment. Helpful comments added to ` .env.example ` file to understand the constants.
60
- 5 . Test cases with [ Mocha] ( https://mochajs.org/ ) and [ Chai] ( https://www.chaijs.com/ ) .
61
61
62
62
## How to run
63
63
You can’t perform that action at this time.
0 commit comments