Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 282 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 282 Bytes

How to run the server on local?

Step 1: setup database:

  • mysql server:

docker-compose up --build -d

  • initialize migrations:

cargo sqlx migrate run

Step 2: run server:

cargo run

How send request to local server?

- use requests.http file inside your IDE