Skip to content

irishdan/go-htmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go and htmx example

First attempt and creating a simple go backend.

MakeFile

run all make commands with clean tests

make all build

build the application

make build

run the application

make run

Create DB container

make docker-run

Shutdown DB container

make docker-down

live reload the application

make watch

run the test suite

make test

clean up binary from the last build

make clean

create migration

migrate create -ext sql -dir migrations create_tasks_table

About

Learning GO. First basic API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published