/podsync

An application to sync podcasts between many platforms and devices

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

podsync

An application to sync podcasts between many platforms and devices

How to Start

First make sure you have docker and maven installed

  • Enable folder sharing on database-data (this is where your database data will be persistently stored)
  • Start the database with docker-compose up after having the docker engine running
  • Start the application with mvn spring-boot:run (if using the terminal)