Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 998 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 998 Bytes

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 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

Accessing the App

The KodeCupid app can be accessed on:

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