This enables user create account, upload and download files/documents.
clone the repository
FOR HTTPS:
git clone https://github.com/kaguna/documents-transfer.git
FOR SSH:
git@github.com:kaguna/documents-transfer.git
$ cd documents-transfer
$ bundle install
$ rails db:create
$ rails S