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
2323- Validations added.
2424- Included API collection for Postman.
2525- Light-weight project.
26+ - Test cases with [ Mocha] ( https://mochajs.org/ ) and [ Chai] ( https://www.chaijs.com/ ) .
2627
2728## Software Requirements
2829
@@ -57,7 +58,6 @@ npm update
57582 . Create a new file by copying and pasting the file and then renaming it to just ` .env `
58593 . The file ` .env ` is already ignored, so you never commit your credentials.
59604 . 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/ ) .
6161
6262## How to run
6363
You can’t perform that action at this time.
0 commit comments