https://github.com/pulkit21/anagram
https://github.com/pulkit21/anagram
activeadmin bootstrap4 rails5
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pulkit21/anagram
- Owner: pulkit21
- Created: 2017-09-01T08:50:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T05:32:32.000Z (over 8 years ago)
- Last Synced: 2025-01-21T03:41:40.921Z (about 1 year ago)
- Topics: activeadmin, bootstrap4, rails5
- Language: Ruby
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the application up and running.
#### Part 1:
1. Show Anagram words
```
Anagram.print_anagram
```
2. Show non Anagram words
```
Anagram.print_nonanagram
```
#### Setup Code
Go to terminal clone the project
```
git clone git@github.com:pulkit21/anagram.git
```
Go to the project
```
gem install bundle
bundle install
rake db:migrate
rake db:seed
```
Then go to project path
```
rails server //to run the rails server
```
Admin credentials
```
admin login path: http://localhost:3000/admin/login
email: admin@example.com
password: password
```