This is a backend application for a fitness tracker app
To run this application, use the following command: docker-compose up
Once the initialization is complete, Swagger Documentation can be accessed at http:/localhost:5002/swagger/index.html
- ASP.NET Core
- Redis
- JWT authentication
- Websocket (SignalR)
- Docker
A showcase JavaScript file can be found at Extra/signalr_showcase.js
, it can be run with Node.js
This file demonstrates the usage of SignalR hub, which can be accessed at http:/localhost:5002/Leaderboard/Calories/Hub