Log Toggl entries to Redmine
- clone repo
- edit config.json with api keys & toggl workspace id
- optionally update project mapping in config.json
- run the following commands (have .net core installed):
dotnet restore
dotnet ef database update
dotnet run
- profit 🤘