Developing and Deploying a COMPLETE Project Using FastAPI, Jinja2, SQLAlchemy, Docker, and AWS

Dimitris Effrosynidis
Towards Data Science
9 min readMay 4, 2021

--

Gif by the author.

Introduction

You can visit the final app on rdok.net. The code is open-source on GitHub.
This is mostly a procedural article. The purpose is to describe the full process of creating an app without bombarding the reader with code snippets.

--

--