This repository provides a template for a full-stack application using Expo for the frontend, FastAPI for the backend, Postgres as the database, and MinIO for object storage (S3-compatible).
When you initialize the project, it will automatically load data from Sqlite into Postgres, migrate to Django, and set up a superuser. After that the ETL process (transform, extract, load) will start, ...