visit http://mdziezok.ddns.net:3000/
Welcome to StorageAPP! This is a Ruby on Rails application that allows users to manage posts using Active Storage for file attachments and Tailwind CSS for styling.
Use dockerfile or do it on your local machine:
Prerequisites:
Clone the Repository:
git clone [RailsStorage](https://github.com/osieks/RailsStorage)
cd RailsStorage
Install Dependencies:
bundle install
yarn install
Database Setup:
rails db:create
rails db:migrate
Run the Application: ```bash rails server
or run
docker compose up --build -d
Active Storage is integrated for file attachments. You can attach files to posts using the has_one_attached :file association in the Post model.
Feel free to contribute to this project by opening issues or submitting pull requests. Let’s make StorageAPP even better!
This project is open-source and available under the MIT License.