Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paa001/rmblr_test


https://github.com/paa001/rmblr_test

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

## run application

create 'config/database.yml'

```bash
bundle install

rake db:create db:migrate db:seed

rails s
```

[Admin panel link](http://localhost:3000/admin)

Editor account:

email: [email protected]

password: 1234567890

## run test

```bash
rspec
```