This backend project is to get the result from shell via Child Processes 'ps aux' and 'whoamI', then to filter the result by taking only the rows without 'root' and 'username' , as well as it does other filtrations... It uses sqlite db, node.js, Express frameworks...
There are two branches
- master - it is implemented with callbacks...
- refactor - it uses promises, async, await ...
to run this you need to do these commands in terminal
- git clone https://github.com/ArmLil/Spring-Procs.git
- cd Spring-Procs
- npm install
- node index.js