This project is the demo app which accompanies the blog post at https://codewithrails.com/rails-authentication.
To run the app, ensure you have Docker and docker-compose installed.
Run docker-compose up
and go to http://localhost:3000.
To enter the development environment, run docker-compose run app bash
. From within this bash shell, you can run generators, rake tasks, etc.
Interested in Ruby on Rails? Code With Rails is a technical blog featuring articles and tutorials on Rails development, deployment, and scaling.
Visit us at https://codewithrails.com.
(c) Copyright 2022 Code With Rails