Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biglovisa/spinboard
https://github.com/biglovisa/spinboard
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/biglovisa/spinboard
- Owner: biglovisa
- Created: 2015-11-18T22:18:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T22:09:00.000Z (about 9 years ago)
- Last Synced: 2024-06-12T18:09:06.015Z (7 months ago)
- Language: Ruby
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```