Skip to content

Commit

Permalink
update server readme to add instructions related to adding sqlx query
Browse files Browse the repository at this point in the history
  • Loading branch information
saifullah-talukder committed Jun 25, 2024
1 parent c41d0bc commit ea31473
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ cargo run --release
cargo watch -x run
```

## Contribution
```bash
# Run and push changes after adding new sqlx query.
cargo sqlx prepare
```

## Deployment
```bash
# Update the following line in the Makefile for the TAG
Expand Down

0 comments on commit ea31473

Please sign in to comment.