Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 599 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 599 Bytes

poker

A repository of poker and other card game variances

Can see it in action here http://poker.clintcecil.com/

To import database from heroku: run this command from the folder, replacing username and database with the database name and username associated with the app from the database.yml:

pg_restore --verbose --clean --no-acl --no-owner -h localhost -U username -d database latest.dump

TODO

Advanced Searches

Make faceted search (by tag by style by name by number of players by cards)

add testing