A personal devotional app: every day it shows the same Bible verse to everyone, chosen deterministically by date, with email/password or Google login, saved personal reflections per verse, and a Duolingo-style access streak.
5 Minutos Com Deus ("5 Minutes With God") is a personal devotional app built from scratch. The core idea is simple: every day, the app shows the same Bible verse to everyone, chosen deterministically from the date, creating a shared point of reflection across all users.
Users can sign in with email and password or Google login, save personal reflections per verse, and track a daily access streak, Duolingo-style, to encourage the habit.
All persistence runs on PostgreSQL with raw SQL, no ORM, and the project has a real integration test suite with Jest, running against a Postgres instance in Docker.