Skip to content

adi-by/poker

Repository files navigation

poker

An application for a friendly poker game. This is all new to me, so I'll see how it goes. :-)

How to run the server locally

prerequisites:

  • pip install django sse django-sse
  • Install and run redis.
  • Create the database (currently in c:\temp\poker.db): python manage.py syncdb

Run the server: python manage.py runserver [<ip[:port]>]

About

An application for a friendly poker game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published