Skip to content
    Back to all Bounties

    Earn 3,000 ($30.00)

    Time Remainingdue 2 months ago
    Canceled

    Database creation and auth.

    darmento725
    darmento725
    Posted 2 months ago

    Bounty Description

    Create the following branches:
    init-database
    auth-onboarding-setup

    Branch: init-database
    Set up a fully structured database schema (use Replit’s integrated DB )
    Should account for every feature the app has like
    User Profiles
    Baby Profiles
    Trackers (sleep, diaper, feeding)
    AI Insights
    Schedules
    Calendar Events
    Messages / Social
    Settings
    Include all necessary relationships, indexing, and best practices for scale
    Branch: auth-onboarding-setup
    Use the existing onboarding UI flow I’ve already built
    Add functionality for users to:
    Go through the onboarding steps
    Create an account (auth setup)
    Save onboarding data to the DB
    Ensure onboarding flow stores user info and baby data in the DB

    ⚠️ Note: You don’t need to make the app fully functional. Just set up the database + onboarding & auth.