This project is a Rails Web Application, and it aims to show the origami works which I recently made. Visitors could click on all the origami work to see big-size photos, and they also could add like to their favorite works. If visitors have any comments or questions, they could contact me through the contact form, once they submit message info, it would send an email to the website manager(me). This website also has an admin management page which is for admin users to manage all the origami photos. After the admin user login management page, they could upload, edit and delete origami photos. This application is deployed to fly.io as demo, and using AWS S3 to store origami photo files.
- Set Up
# clone project
git clone https://github.com/iceland101113/origami-gallery.git
# Install dependencies
bundle install
# Create database schema
rails db:migrate
#### Version
* Ruby 3.0.3
* Rails 7.0.4
*
---
This project was generated with [rails](https://github.com/rails/rails)
Documentation about Using Rails Instruction can be found [here](https://guides.rubyonrails.org/).