Skip to content

FusRoDah061/podcastic-backend

Repository files navigation

banner

Backend API of the Podcastic podcast player.

Development

Prerequite: Docker (a rabbitmq and a mongodb containers will be created)

  • Clone the repository
  • Install dependencies with yarn command
  • Start the app with yarn dev

You can access RabbitMQ management console at http://localhost:15672, with both username and password guest.

The frontend application can be found here.

Deployment

Pushing to the master branch will trigger a new release at Heroku.