Simple containerized todo app
- Rails 6.1.4.1
- Webpacker
- ActionCable with Hotwire
- Clone the repo
- Setup EYK Cluster and login using EYK CLI
- cd the the repo, and run
eyk create <app_name>
eyk push
- Add CONFIG_HOST environment variable as "<app_name>.<cluster_name>.<account_name>.ey.io" via the GUI
- Create Postgres Database & Cache
- Setup DATABASE_URL, DATABASE_PASSWORD, DATABASE_USERNAME, and REDIS_URL env variables
- Visit the app url, open the page with 2 browsers and observe the live rendering upon CRUD actions :)