> [SUCCESS] New connection established !
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.
- Docker
- Docker Compose
Clone the repository:
git clone git@github.com: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
The KodeCupid app can be accessed on:
- localhost:80 (web interface)
- localhost:8000 (API)