- Clone the repository
$ git clone [email protected]:akaruilabs-india/rails-auth-app.git myawesomeproject
- Jump into your project
$ cd myawesomeproject
- Install gems
$ bundle
- Create and migrate the database
$ rails db:create
$ rails db:migrate
- Run it
$ rails s
- Explore it on http://localhost:3000