Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 582 Bytes

File metadata and controls

30 lines (20 loc) · 582 Bytes

Podcaster

Setup

remember to run the export scripts

export DATABASE_URL=postgresql://postgres@localhost/podcast

Backend

Installation

Download docker here

Run api with docker

sudo docker-compose -f docker-compose.local.yml up --build

Development Tools