/has-mutation-api

REST API that analyse if a person has genetic differences based on their DNA sequence

Primary LanguageJavaScriptMIT LicenseMIT

has-mutation-api

REST API that analyse if a person has genetic differences based on their DNA sequence

Installation

  • Install dependencies with NPM:
npm i
  • Run the unit test with Mocka and code coverage with Istanbul:
npm test
  • Start the server
npm start
heroku config:set MDB_HOST=...
heroku config:set MDB_USER=...
heroku config:set MDB_PASS=...
heroku config:set MDB_NAME=...