viniarck / podcaststore-django

:musical_note: Podcaststore API back-end written in Python with Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipeline status

podcaststore-django

This is a back-end API written in Python with Django and DRF to allow users to access a podcast store. In this podcast store, there are podcasts, tracks, users, tags, and users should be able to express a reaction to any track.

API Docs

Based on these requirements, the following endpoints are available.

Demo

You can check a demo running on my VPS on this URL of an Web front-end App which consumes this API.

Database UML diagram

Based on the API and back-end requirements, the following UML relational diagram will be implemented:

uml

Running locally

Make sure you have docker-compose installed first.

docker-compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.secrets.yml up -d

About

:musical_note: Podcaststore API back-end written in Python with Django

License:Apache License 2.0


Languages

Language:Python 99.5%Language:Shell 0.5%