We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f05c26 commit ae20ecaCopy full SHA for ae20eca
README.md
@@ -87,18 +87,22 @@ $ cd cookoff-9.0-backend
87
88
#### Directions to Run
89
90
+1. Spin up containers
91
```sh
92
$ docker compose up --build -d
93
```
94
95
+2. Install sqlc
96
97
$ go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
98
99
100
+3. Generate sqlc schema and queries
101
102
$ make generate
103
104
105
+4. Apply migrations
106
107
$ make apply-schema
108
0 commit comments