analysisdemo.mp4
schemedemo.mp4
A user based full stack app with jwt & refreshtokens for authentication and authorization where the user can store its Garmin(cyclingcomputer) files in backend and analyse the data on the frontend, the user can also build a training plan by adding workouts on the calendar (the workouts allow all CRUD operations).
This was built with a .NET Web API backend and a React frontend
Backend
- .NET Web API (REST)
- Entity Framework
- MS SQL Server
- JSON Web Tokens
- Authentication & Authorization
- Unit Testing
Frontend
- React
- React Router (protected routes)
- Highcharts JS
- Bootstrap