Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gauravtiwari/rails-engine-app

Explore rails engine authentication with Bcrypt
https://github.com/gauravtiwari/rails-engine-app

Last synced: 16 days ago
JSON representation

Explore rails engine authentication with Bcrypt

Awesome Lists containing this project

README

        

# Rails Engine APP

An example rails app with a mountable CMS engine

### Running locally
``` bash
git clone [email protected]:gauravtiwari/rails-engine-app.git
cd rails-engine-app
bundle install
bundle exec rake db:create db:migrate db:seed
rails s
```

Visit localhost:3000/cms

login: [email protected], password: password