Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'develop' of github.com:Dekalabs/kefi-backend into develop

+8
+8
.fleet/run.json
··· 8 8 ] 9 9 }, 10 10 { 11 + "name": "Run server", 12 + "type": "python", 13 + "module": "uvicorn", 14 + "arguments": [ 15 + "kefi.main:app" 16 + ] 17 + }, 18 + { 11 19 "type": "python-tests", 12 20 "name": "Run commands tests", 13 21 "testFramework": "pytest",
.fleet/settings.json

This is a binary file and will not be displayed.