- Nodejs
- NPM/Yarn
- clone this repo
- copy
.env.example
as.env
and add your aws credentials into.env
file - install packages using:
npm install
oryarn 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