Commit Graph

4 Commits

Author SHA1 Message Date
Louis
1490251a59 fix: remove clg 2025-10-26 16:37:11 +01:00
Louis
63ba9a284d Removes nodemon configuration
Removes the nodemon.json file as its configuration is no longer needed.
2025-10-23 21:31:10 +02:00
Louis
477d827e6f Initializes Strava API integration
Sets up the basic structure for integrating with the Strava API.
This includes:
- Adds .devcontainer configuration for consistent development environment.
- Configures eslint and prettier for code quality and formatting.
- Implements secure credential management using Infisical.
- Creates basic Strava client and request classes with authentication handling.
- Sets up basic express routes to return data from the Strava API

This commit lays the foundation for future enhancements such as
fetching and displaying activity data.
2025-10-23 16:40:27 +02:00
d418f094cd Initial commit 2025-10-21 19:44:52 +00:00