Skip to content
/ rails-starter Public template

Start a modern web app with Ruby on Rails, Hotwire, TailwindCSS, PostgreSQL and RSpec.

Notifications You must be signed in to change notification settings

paulosilva86/rails-starter

Repository files navigation

Getting Started

Prerequisites

  1. Install Docker Desktop: https://www.docker.com/get-started/
  2. Create a new repository from this template.
Screenshot 2023-05-30 at 15 14 21

Installation

  1. Clone project from GitHub
git clone git@github.com:<username>/<repository>.git
  1. Move into project folder
cd <repository>
  1. Build Docker image
docker-compose build
  1. Create database
docker-compose run web bin/rails db:create
  1. Start the app
docker-compose up

Open http://localhost:3001 in a browser.

Screenshot 2023-05-30 at 15 30 13

About

Start a modern web app with Ruby on Rails, Hotwire, TailwindCSS, PostgreSQL and RSpec.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published