https://github.com/monte9/cards-against-humanity
Built for CSC 667- Cards against humanity game using Ruby on rails.
https://github.com/monte9/cards-against-humanity
Last synced: 6 months ago
JSON representation
Built for CSC 667- Cards against humanity game using Ruby on rails.
- Host: GitHub
- URL: https://github.com/monte9/cards-against-humanity
- Owner: Monte9
- Created: 2016-04-07T20:42:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T22:20:01.000Z (about 10 years ago)
- Last Synced: 2025-04-06T02:35:25.223Z (over 1 year ago)
- Language: Ruby
- Size: 425 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##CSC 667 - Ruby on Rails project
Built for CSC 667- Cards against humanity game using Ruby on rails.
## Cards against humanity game
1. Monte
2. Nate
3. Iain
4. Evan
##To set up postgres
```brew install postgres```
```initdb /usr/local/var/postgres/data```
```pg_ctl -D /usr/local/var/postgres/data -l logfile start```
```createuser --superuser postgres```
```createuser --createdb 667```
```createdb -O 667 --encoding=UNICODE cards-against-humanity```
```rake db:migrate```