Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 293 Bytes

go_ent_gql_frame

Install dependencies

curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.24.0 sh

Generate DB migrations (Local only)

./migration.sh ./upgrade.sh

Apply DB migrations (Prod)

./upgrade.sh

Run the project

go generate . && go run main.go