Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmarcoux/sports_tracker
Track how often I do sports.
https://github.com/dmarcoux/sports_tracker
Last synced: about 1 month ago
JSON representation
Track how often I do sports.
- Host: GitHub
- URL: https://github.com/dmarcoux/sports_tracker
- Owner: dmarcoux
- Created: 2024-11-01T09:31:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T15:06:20.000Z (about 2 months ago)
- Last Synced: 2024-11-27T16:21:43.652Z (about 2 months ago)
- Language: HTML
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Track how often I do sports.
# Development Environment with devenv
Reproducible development environment based on [devenv](https://devenv.sh/). It
relies [Nix](https://github.com/NixOS/nix) a purely functional and
cross-platform package manager.In addition to `devenv`, it is optional, but _highly recommended_ to install
[direnv](https://direnv.net/) and [setup its shell
hook](https://direnv.net/docs/hook.html) to automatically enable the development
environment when navigating to this project's root directory.Refer to the [Makefile](./Makefile) to see various commands, like linting the
code.# Production Environment with Docker
[Docker
images](https://github.com/dmarcoux/sports_tracker/pkgs/container/sports_tracker)
are available for _linux/amd64_ and _linux/arm64_.## Environment Variables
Customize the application by using environment variables.
| Name | Description | Default Value |
|------|-------------|---------------|
| `BACKEND_PORT` | Configure the port for the backend application | 8282 |