Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paa001/rmblr_test
https://github.com/paa001/rmblr_test
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paa001/rmblr_test
- Owner: paa001
- Created: 2016-02-14T15:09:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T18:26:33.000Z (almost 9 years ago)
- Last Synced: 2023-09-20T15:01:03.360Z (about 1 year ago)
- Language: Ruby
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## run application
create 'config/database.yml'
```bash
bundle installrake 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
```