Skip to content

Final project containerized in Docker that uses AI to generate Tinder matches corresponding to user's profile and what they're looking for in a partner.

License

Notifications You must be signed in to change notification settings

aleong2002/final-project-liatha5

 
 

Repository files navigation

Final Project

Backend

Frontend

Project Description

Do you live in Alabama? Well then this is the app for you! JK. Tinder for Cousins is a dating simulator game that gives you AI generated profiles tailored to your interests! (click link for deployed app)

Project Members

Configuration Instructions

To run the project:

Dev Environment

  • Clone the repository
  • Run npm start in the frontend directory
  • Run flask run in the backend directory
  • Access the app from http://localhost:3000

Using Docker compose

  • Create a .env-backend file with REACT_APP_API_URL and OPENAI_API_KEY values(provided in discord)
  • Run docker compose up

Live Hosting

To run Flask tests:

  • Install necessary modules
  • Run python -m pytest --cov-report term-missing

About

Final project containerized in Docker that uses AI to generate Tinder matches corresponding to user's profile and what they're looking for in a partner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.0%
  • Python 26.1%
  • CSS 12.2%
  • HTML 5.1%
  • Dockerfile 2.6%