Skip to content

Nodejs routes to get waveforms and post waveforms details

Notifications You must be signed in to change notification settings

toscalivia83/waveforms-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feebris application

Submit waveform annotations and get list of submitted answers.

Getting started

  1. Check that you have node and npm install by running npm -v and node -v, if not, install node and npm
  2. Check that you have mongodb installed with the driver, if not install mongodb
  3. Run npm install which will install library dependencies.
  4. Run npm run start-server to run the server.

MongoDB

To look at what is inside your database in dev

  1. Run mongo "mongodb://localhost/dev"
  2. Run use dev
  3. Then you can run any command like db.stethoscoperecords.find()

Improvements

  • Export the get and post from NodeJs to a routes folder
  • Add more tests
  • Add user login sessions
  • Could generate the .dat from the .wav file in Nodejs and save it on the cloud, then use it in the FE, instead of saving them in the public folder.

About

Nodejs routes to get waveforms and post waveforms details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published