This is the starter code for following along with the Rust Swagger tutorial video.
- Get your Postgres (or database of choice) 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.