This application will work as a online drive to save any kind of file.
User can share a tiny url of a file from his dashboard
Any user can open that tiny URL
Sign up is mandatory to use the service
Users can only view there own files and the files shared by other users by using the Tiny Url
-
Ruby version - ruby '2.7.4'
Download ruby '2.7.4' to get started -
System dependencies
Rails version 6.1.4.6 Sqlite for DB -
Configuration
bundle install -
Database creation
rake db:create -
Database initialization
rake db:migrate -
How to run the server
rails s