Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 643 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 643 Bytes

Yildiz Sky Lab

It is the backend project of the Yildiz Sky Lab website.

Installations

Database migration tool migrate

Sql queryies tool sqlc

Migration Commands

Migrate Up

migrate -path src/db/migration -database "postgresql url" -verbose up

Migrate Down

migrate -path src/db/migration -database "postgresql url" -verbose down

Update SQL Queries

Generate

sqlc generate

Run Application

build

go build -o bin/fs

run

./bin/fs