Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrisru/all-in-poker

🎰 Tournament Organizer Application
https://github.com/chrisru/all-in-poker

application csharp organizer poker winforms

Last synced: 15 days ago
JSON representation

🎰 Tournament Organizer Application

Awesome Lists containing this project

README

        

# Setup
Create a MySQL database with the files in the `/SQL` directory.

`DB.sql` creates the schema and all the empty tables.

`MOCKDATA.sql` adds data to the tables to run tests with.

To change the Login info of the database, go to the App.config file.

| Login Info | |
|----------------|---------------|
| server | `localhost` |
| database | `allin_poker` |
| uid (username) | `root` |
| password | `root` |