Skip to content

Setup Using Docker

Manan Garg edited this page Jan 3, 2024 · 1 revision
  1. Download and install Docker

  2. Rename .env.example to .env and place your credentials. For more info, refer this page

  3. Run the following commands (in the root folder of the project)

    docker compose build   
    docker compose up
    
  4. Access the frontend and backend application from your specified host and port!