Skip to content

skylab-kulubu/YildizSkyLabBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published