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

https://github.com/pulkit21/anagram


https://github.com/pulkit21/anagram

activeadmin bootstrap4 rails5

Last synced: 3 months ago
JSON representation

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
```