WASP is a web application that can split processes that have to be repeated often and distribute them among users of the application to reduce the workload. The idea is for it to be used with processes that must be performed by people who do not have access to a device with sufficient computing power and/or memory capacity.
- Nodejs
- Node package manager
- Vue.js commandline interface
cd server
npm install
npm start
In a second terminal
cd client
npm install
npm run serve