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

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.

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```