Displays a playable waveform from a stethoscope signals with a form to submit annotations for each sound.
- Check that you have node and npm install by running
npm -v
andnode -v
, if not, install node and npm - Check that you have mongodb installed with the driver, if not install mongodb
- Run
npm install
which will install library dependencies. - Run
npm run start
to run the application and see it displayed on your browser. - Run
yarn test
to run the unit test files.
To look at what is inside your database in dev
- Run
mongo "mongodb://localhost/dev"
- Run
use dev
- Then you can run any command like
db.stethoscoperecords.find()
- Improve the styling, see the Figma wireframes of what I'm planning to build
- Add more tests (ui/visual regression tests)
- Make sure the .wav is requested only once