Skip to content

HE-Arc/kodecupid

Repository files navigation

App logo > [SUCCESS] New connection established !

KodeCupid Dating App

Welcome to KodeCupid, a dating app for developers and computer scientists. Our goal is to help you find your significant other based on computer-related filters, such as preferred programming languages.

Requirements to Begin Development

  • Docker
  • Docker Compose

Installation and Run

Clone the repository:

git clone [email protected]:HE-Arc/kodecupid.git
cd kodecupid

Disable auto-crlf on Windows (some scripts will be executed on Linux):

git config --local core.autocrlf false

Copy the .env.example file and update it with your environment variables. Launch the Docker container:

docker compose up

Accessing the App

The KodeCupid app can be accessed on:

  • localhost:80 (web interface)
  • localhost:8000 (API)