Skip to content

A text or date poll application including statistics and notifications with a WPF MVVM Windows and CLI cross-platform frontend

Notifications You must be signed in to change notification settings

mrousavy/Doodler

Repository files navigation

Doodler

A date poll application

For running and testing you will need to configure the database connection properties: Edit %AppData%/Doodler/config.json

WPF Login Screenshot

WPF Live Demo

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
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=yourStrong(!)Password' -p 1433:1433 -d microsoft/mssql-server-linux:latest
Doodler
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

git clone https://github.com/mrousavy/Doodler/
cd Doodler/DoodlerTests
dotnet restore
dotnet test

Einteilung

Code map

About

A text or date poll application including statistics and notifications with a WPF MVVM Windows and CLI cross-platform frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages