From c8b07afb2a02be9a2fd8fb661b52696f4242593e Mon Sep 17 00:00:00 2001 From: Ryan Williams <49515+ryanwi@users.noreply.github.com> Date: Thu, 30 Sep 2021 21:04:49 -0700 Subject: [PATCH] Add features --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 207f002..1b6cc44 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ This app demonstrates Rails 7 with PostgreSQL, import maps, turbo, stimulus and **NOTE:** [There is also an example Rails 6 application working in Docker with Webpacker](https://github.com/ryanwi/rails-on-docker) +## Features + +* Rails 7 alpha +* Dockerfile and Docker Compose configuration +* PostgreSQL database +* Redis ## Initial setup ```