This is the code written in the Rust Swagger tutorial video.
- Get your Postgres setup.
- Create a test database.
- Create the
articles
andusers
tables using the SQL files located in the/src
folder. - Create your
.env
file using the.env.example
as a reference.