Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/biglovisa/spinboard


https://github.com/biglovisa/spinboard

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### Spinboard

[Project Spec](https://gist.github.com/stevekinney/7423bf8d4a4a8622b386)

The 24hr final assessment for module 4 students at the Turing School.

### Instructions

Run the following commands from your terminal and visit `http://localhost:3000` from any browser.

```
$ git clone [email protected]:applegrain/spinboard.git
$ cd spinboard/
$ rake db:{create,migrate,test:prepare}
$ rails s
```

And to run the tests,

```
$ bundle exec rspec
```