Skip to content

Me-Too is a FastAPI/Tailwind app that lets two people privately see if they both want to advance their relationship. Research-based survey, double-consent reveal, magic-link auth, SQLite backend, and admin stats. Deploy-ready on Render/Railway.

Notifications You must be signed in to change notification settings

Ariamehr-M/Me-Too

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relationship Survey App

A web application that helps people understand their relationship dynamics through a structured survey. The app allows two people to take the survey independently and then compares their answers to find common ground and potential areas for growth.

Features

  • Two-part survey structure (Current Status and Future Wishes)
  • Real-time progress tracking
  • Skip option for sensitive questions
  • Shareable results with unique links
  • Modern, responsive UI with theme support
  • Secure answer comparison.

Setup

  1. Clone the repository
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the application:
    python main.py

Technology Stack

  • Backend: Python FastAPI
  • Frontend: HTML, TailwindCSS
  • Database: SQLite (for development)

Project Structure

  • main.py: Main application file
  • questions.json: Survey questions and choices
  • templates/: HTML templates
    • base.html: Base template with common elements
    • form.html: Survey form template
    • result.html: Results display template
    • share.html: Share link template
    • waiting.html: Waiting page template

License

MIT License

About

Me-Too is a FastAPI/Tailwind app that lets two people privately see if they both want to advance their relationship. Research-based survey, double-consent reveal, magic-link auth, SQLite backend, and admin stats. Deploy-ready on Render/Railway.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published