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.

Removes nodemon configuration

Removes the nodemon.json file as its configuration is no longer needed.

fix: remove clg
This commit is contained in:
Louis
2025-10-23 16:40:27 +02:00
parent d418f094cd
commit bb00f74d17
14 changed files with 5863 additions and 0 deletions

5297
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff