Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrousavy/doodler
A text or date poll application including statistics and notifications with a WPF MVVM Windows and CLI cross-platform frontend
https://github.com/mrousavy/doodler
date poll text user wpf
Last synced: 25 days ago
JSON representation
A text or date poll application including statistics and notifications with a WPF MVVM Windows and CLI cross-platform frontend
- Host: GitHub
- URL: https://github.com/mrousavy/doodler
- Owner: mrousavy
- Created: 2018-04-13T12:45:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T19:05:18.000Z (over 4 years ago)
- Last Synced: 2024-11-05T19:48:24.880Z (2 months ago)
- Topics: date, poll, text, user, wpf
- Language: C#
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Doodler
A date poll application
For running and testing you will need to configure the database connection properties: Edit `%AppData%/Doodler/config.json`
## Build and Run
### Windows
1. `git clone https://github.com/mrousavy/Doodler/`
2. Open the Project in Visual Studio
3. Build all (CtrlShiftB)
4. Run/Debug the `Doodler` Project
5. For the DB Connection configure the `%AppData%\Doodler\config.json` config### Linux
##### Docker
```sh
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=yourStrong(!)Password' -p 1433:1433 -d microsoft/mssql-server-linux:latest
```##### Doodler
```sh
git clone https://github.com/mrousavy/Doodler/
cd Doodler/Doodler.CLI
dotnet restore
dotnet run # Any arguments to Doodler.CLI are passed here
vim ~/.config/Doodler/config.json # If not yet configured, set MSSQL Server IP, Database, Username & PW
```## Unit Testing
> XUnit
```sh
git clone https://github.com/mrousavy/Doodler/
cd Doodler/DoodlerTests
dotnet restore
dotnet test
```[Einteilung](https://docs.google.com/spreadsheets/d/1mnLEfydfwJCbYYD7tkKyigKelMGrNASt4ikNzSylRrY)
![Code map](CodeMap.png)