My first homework project learning Ruby on Rails. Event Hub is a beginner social media app for sharing events with your future and present fans. Events --- like rock band gigs, theatrical performances, TED talks, tech shows etc. --- can be organized freely, they can be published, so that users could find them and subscribe to the posts on them.
Versions used during development:
- ruby 2.7.1p83
- rails 6.0.3.4
- Ruby
- Rails
- MySQL/MariaDB [Optional, use docker-compose instead]
bundle install
yarn install
docker-compose up
rails db:setup
In case of using docker, keep the docker image running
rails s
...