- Nodejs
- NPM/Yarn
- clone this repo
- copy
.env.exampleas.envand add your aws credentials into.envfile - install packages using:
npm installoryarn install
- run sftp server using this command:
node server.js - on new terminal tab start api-server to manage users using this command:
node api-server.js