goProject

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2026 License: MIT Imports: 7 Imported by: 0

README

RepJot

A simple, fast workout tracker API written in Go.

Features

  • Track workouts and individual exercise entries (sets, reps, weight, duration, notes).
  • User registration and authentication using secure token-based access.
  • Embedded database migrations with Goose.

Tech Stack

  • Go (Chi Router)
  • PostgreSQL (pgxpool)
  • Docker Compose

Getting Started

  1. Clone the repository.
  2. Set up your .env file:
    DATABASE_URL=postgres://postgres:postgres@localhost:5433/postgres?sslmode=disable
    
  3. Start the PostgreSQL database:
    docker-compose up -d
    
  4. Run the API server:
    go run main.go
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
api
app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL