Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 519 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 519 Bytes

xseedAssignment

Ths project creates mongoose models dynamically from type Strings.

Notes:

  • At max 2 type strings can be passed.
  • Each key-value pair in type strings must be seperated by ',''
  • Add 2 type strings and expected model in user.test.js to test it.(Can be verified with robomongo)

To build : Run : npm run buid

To start server: Run : npm run start

To run unit test : Run : npm run test

To run code coverage : Run : npm run test:coverage

To generate code coverage : Run : npm run test:check-coverage