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)
To run the project:
- Clone the repository
- Run
npm start
in the frontend directory - Run
flask run
in the backend directory - Access the app from http://localhost:3000
- Create a
.env-backend
file with REACT_APP_API_URL and OPENAI_API_KEY values(provided in discord) - Run docker compose up
- Site is hosted at http://146.190.165.6:3000/
To run Flask tests:
- Install necessary modules
- Run
python -m pytest --cov-report term-missing