Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/summasmiff/cicada-pire
An exquisite corpse
https://github.com/summasmiff/cicada-pire
Last synced: about 1 month ago
JSON representation
An exquisite corpse
- Host: GitHub
- URL: https://github.com/summasmiff/cicada-pire
- Owner: summasmiff
- Created: 2016-05-05T16:41:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T04:50:02.000Z (over 8 years ago)
- Last Synced: 2024-11-28T03:26:55.266Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CicadaPire
### Fix your extremely bad poopsBuilt as part of the [Surrealist Rails App Workshop](http://www.pineconedoesthings.com/surreal.html) from RailsConf 2016. Get with another person. Each of you independently finds a random Wikipedia page. Write a Rails back end on your own based on that topic. Do whatever it takes to get it up and running! After 30 minutes, shove your code up to GitHub and give the other person access to the repo. You each pull down the other's repo and add a UI to their back end. After another 30 minutes, demo the front end you put on their app.
Thanks to [Logan McDonald](https://github.com/loganmeetsworld) for the front end and styling!
![Screenshot](https://raw.githubusercontent.com/summasmiff/cicada-pire/master/screenshot.png)
## How to Run Locally
bundle
bin/rake db:create db:migrate db:seed
bin/rails s