File-manager

File manager is a Node application to automate data recovery from an S3 bucket. The copy is made on a local S3 storage (minio).

Configuration

Use the package manager yarn and dotenv to config File manager.

Usage

# Starting the server
yarn start

# Starting the cron job (The server must be running)
yarn everyday

Documentation

A documentation is available at http://localhost:3000/documentation

# Starting the server
yarn start

# Starting the cron job (The server must be running)
yarn everyday