Skip to content

This is a Ruby based platform Like DROPBOX , enabling file upload and sharing

Notifications You must be signed in to change notification settings

zenjutahi/sharebme

Repository files navigation

Sharebme file Transfer

A simple web based file transfer application.

Install

Clone the repository

https://github.com/zenjutahi/sharebme.git
cd sharebme

Check your Ruby version

ruby -v

The ouput should start with something like ruby 2.6.0

If not, install the right ruby version using rbenv (it could take a while):

rbenv install 2.6.0

Install dependencies

Using Bundler:

bundle install

Initialize the database

rails db:create db:migrate

Serve

rails s

Expected Views

Welcome View

Alt text

Sign Up View

Alt text

Login View

Alt text

DashBoard View after creating a folder

Alt text

Licensing

This app is licensed under the MIT license.

About

This is a Ruby based platform Like DROPBOX , enabling file upload and sharing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published