Skip to content

GulTix/backend

Repository files navigation

backend

PURE net/http YEAH

Toos used

  1. go-swag for generating swagger file
  2. go-migrate for generating migration file to database

Running the application

swag init && go run . 

Create migration

migrate create -ext sql -dir ${MIGRATION_PATH} -seq [migration_name]

Up & Down the Migration

migrate -database ${POSTGRES_URL} -path ${MIGRATION_PATH} up

migrate -database ${POSTGRES_URL} -path ${MIGRATION_PATH} down

Useful Link

Excalidraw Skech : here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •