feat: Add project foundation, documentation, and Docker setup
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
13
project.md
Normal file
13
project.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user