Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 528 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 528 Bytes

Pulse-monitoring Piezo service

This is the core back-end of the piezo data collection as well as data structuring within the Pulse-monitoring project

Commands:

Below are the list of useful commands:


npm install                               : Install all the NPM packages
docker-compose up -d mysql-db             : Build and run a Containerized MySQL db
docker-compose up -d piezo-server         : Build and run a Containerized version of the application
npm run start                             : Run the app