Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 829 Bytes

File metadata and controls

37 lines (25 loc) · 829 Bytes

Overview

This repository contains the backend server for the 42FM browser extension. It manages real-time synchronization of music playback across multiple extension users.

Development Setup with docker compose

  1. Clone repo

    git clone https://github.com/42fm/server.git --recursive
  2. Navigate to the project directory

    cd server
  3. Build and start the containers

    docker compose up --build --watch

Related Projects