Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/summasmiff/psychic-quest
can u do magic?
https://github.com/summasmiff/psychic-quest
Last synced: 18 days ago
JSON representation
can u do magic?
- Host: GitHub
- URL: https://github.com/summasmiff/psychic-quest
- Owner: summasmiff
- Created: 2016-05-06T02:15:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T03:33:22.000Z (over 8 years ago)
- Last Synced: 2024-12-12T19:42:19.018Z (24 days ago)
- Language: Ruby
- Size: 351 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Psychic Quest
This is based on a goofy idea from a RailsConf 2016 workshop. 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. No views, just controllers, models, routes, migrations, seeds. After 45 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 45 minutes, demo the front end you put on their app.
Thanks to [Sarah](https://github.com/cheshire137) for the front end and styling!
![Screenshot](https://raw.githubusercontent.com/summasmiff/psychic-quest/master/screenshot.png)
![Screenshot 2](https://raw.githubusercontent.com/summasmiff/psychic-quest/master/screenshot2.png)
## How to Run Locally
bundle
bin/rake db:create db:migrate db:seed
bin/rails s