Skip to content

emerconn/workout-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workout-tracker

A workout tracking app.

The initial objective is a simple and ugly web SPA to keep track of workouts composed of exercises.

tech stack

  • backend: Go
  • frontend
    • React using Typescript
    • Vite builder
    • MUI library
    • why is frontend so miserable
  • database: MongoDB (Atlas)
  • ci: GitHub Actions
  • host: TBD

image

Hosted on Docker Hub, GitHub Container Registry, & Quay.io

docker pull emerconn/workout-tracker
# or
docker pull ghcr.io/emerconn/workout-tracker
# or
docker pull quay.io/emerconn/workout-tracker