No description
Find a file
2024-06-07 11:15:49 +02:00
bootstrap added events 2024-06-07 11:15:49 +02:00
db updated paths 2024-06-06 16:15:35 +02:00
event fixed installer 2024-06-07 11:03:09 +02:00
kit updated paths 2024-06-06 16:15:35 +02:00
validate updated paths 2024-06-06 16:15:35 +02:00
view updated paths 2024-06-06 16:15:35 +02:00
.gitignore install.go 2024-06-06 11:44:55 +02:00
go.mod updated paths 2024-06-06 16:15:35 +02:00
go.sum updated paths 2024-06-06 16:15:35 +02:00
install.go fixed installer 2024-06-07 11:03:09 +02:00
README.md clone on install 2024-06-07 09:29:07 +02:00

GOTHKIT

NOT READY (YET)

Installation

go install github.com/anthdm/gothkit@master

After installation you can create a new project by running:

gothkit [myprojectname]

Getting started

Migrations

Create a new migration

make db-mig add_user_table

Migrate the database

make db-up

Reset the database

make db-reset

Seed the database

make db-seed