Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 593 Bytes

File metadata and controls

34 lines (27 loc) · 593 Bytes

Contributing

Prerequisites

  • Docker & Docker Compose

Setup & Development

Start the Application

docker compose up --build

Stop the Application

docker compose down

View Logs

docker compose logs -f

Rebuild After Changes

docker compose up --build --force-recreate

OR

docker compose down && docker compose up --build -d

Development Workflow

  1. You can use backend as is
  2. Frontend was made as simple matchmaking platform for people who interested in learning english, so you can adapt it for your needs