Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 975 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 975 Bytes

Code With Rails - Authentication Zero Demo App

Code With Rails - Authentication Zero Demo

DESCRIPTION

This project is the demo app which accompanies the blog post at https://codewithrails.com/rails-authentication.

USAGE

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.

RESOURCES

ABOUT

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