Save and manage Audio-Streams on the web
- Install node.js: https://nodejs.org/en/download
- Clone the Repository:
git clone https://github.com/WebDaD/awas.git
- Install Dependencies:
npm install
pm2 start app.js --name awas-demo -- 8080
pm2 start app.js --watch --ignore-watch="database public/css" --name awas-demo -- 8080