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

https://github.com/dalee/headcrab

This is the test RoR application
https://github.com/dalee/headcrab

Last synced: 12 months ago
JSON representation

This is the test RoR application

Awesome Lists containing this project

README

          

# Rocket Science Jobs Database

Be the first employer on the Mars!

## Installation

Run `bundle exec rake db:migrate` to set up database.

## Usage

Proceed to
with default admin login: `app`, password: `error`.

## Development

To start Puma web server - `bundle exec puma`

## Running Specs

Capybara specs require `phantomjs` to run properly. More info available here -
https://github.com/teampoltergeist/poltergeist#installing-phantomjs

Run specs - `bundle exec rake spec` or just `rspec` from projects root directory.