A Ruby on Rails application for file sharing and management.
- User registration and authentication
- File upload and download
- File sharing with public URLs
- User profile management
- Install dependencies:
bundle install - Run database migrations:
rails db:migrate - Start the server:
rails server
Run tests with: bundle exec rspec