Skip to content

frosty24/xseedAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published