Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chrisru/all-in-poker
- Owner: ChrisRu
- License: mit
- Created: 2017-04-30T17:53:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T20:15:17.000Z (over 7 years ago)
- Last Synced: 2024-11-25T21:32:03.726Z (3 months ago)
- Topics: application, csharp, organizer, poker, winforms
- Language: C#
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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` |