Skip to content

luke-hays/bug-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bug-tracker

Bug Tracking App

Structure

Not bothering with any framework, will just use the standard library. Go's template engine will be used to handle layouts and pages built with HTMX.

Database is Postgres and pgx is driver used to connect to it. This also uses goose to handle database migrations.

Links

Generic Go and HTMX

Package Documentation

Database

Quick note on connecting to local instance

psql -h localhost -p 5432 -U ${POSTGRES_USER} -d ${POSTGRES_DB}

About

Monorepo Bug Tracking App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published