BotKeeper is an app that creates bots with predefined tasks randomly assigned and simulates some work done on the server.
Follow the following steps to work with BotKeeper:
Node: v16.17.1
npm: 8.15.0
cd backend && npm install
and
npm run start:dev
cd frontend && npm install
and
npm run start