You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds installation of `sqlx-cli` to the README, which is now used in
`make prepare-db` to create and migrate the database. `make run` now
depends on `prepare-db`, so the project can still be launched with that
single command. The database isn't used yet.
4.`make run` – this will start a PostgreSQL container, prepare a sample database, and start the server.
10
14
11
15
[GraphiQL](https://github.com/graphql/graphiql) is served from http://localhost:3000/, and the GraphQL API itself from http://localhost:3000/query.
12
-
The `make` task is just setting a sensible default log filter and calling `cargo run`.
0 commit comments