It is the backend project of the Yildiz Sky Lab website.
Database migration tool migrate
Sql queryies tool sqlc
migrate -path src/db/migration -database "postgresql url" -verbose up
migrate -path src/db/migration -database "postgresql url" -verbose down
sqlc generate
go build -o bin/fs
./bin/fs