Skip to content

viniciuspietscher/AgileRails

Repository files navigation

Agile Web Development with Rails 5.1 by Sam Ruby and David Bryant Copeland https://pragprog.com/titles/rails51/agile-web-development-with-rails-5-1/

To get the app up and running in your machine execute the following commands

clone from git build the container

git clone https://github.com/viniciuspietscher/AgileRails.git
cd AgileRails
docker compose build
docker compose run --rm web rails db:create db:migrate db:seed
docker compose run --rm web rails webpacker:install

Run with

docker compose up

Access the application at http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published