13 lines
752 B
Markdown
13 lines
752 B
Markdown
# Training tracker
|
|
|
|
Will be application for tracking my activities relevant to training.
|
|
It will have:
|
|
- frontend:
|
|
- mobile friendly web application which is gonna let me view training plan for the session, will allow to enter session type, weights/resistance, repetitions, duration or other relevant attributes of the session.
|
|
- technologies to be used: html, css, javascript
|
|
- backend:
|
|
- service written in golang available over http/https allowing frontend to access/persist all the necessary information
|
|
- persistent layer will ba suitable database, either sql or nosql
|
|
- auxiliary services:
|
|
- this is something extra which does not have to be part of 1st version of the app and will be able to read data from strava or whoop
|
|
|