Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gauravtiwari/rails-engine-app
- Owner: gauravtiwari
- Created: 2016-07-15T14:10:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T14:14:48.000Z (over 8 years ago)
- Last Synced: 2024-12-05T13:40:08.380Z (about 1 month ago)
- Language: Ruby
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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