Skip to content

Zararthustra/marcus_back

Repository files navigation

Marcus

A movie & music review application built around the TMDB & Spotify APIs

Documentation

Technologies used

Usage Name Version
Language Python 3.11.0
Framework Django 4.2.2
TMDB API tmdbsimple 2.9.1
CORS Library django-cors-headers 3.13.0
REST Library djangorestframework 3.14.0
JWT Library djangorestframework-simplejwt 5.2.2

Usage

  • Clone the repo
git clone https://github.com/Zararthustra/marcus_back
  • Install dependencies
pip install -r requirements.txt
  • Make database migration (in src)
python manage.py makemigrations marcus marcus_music
python manage.py migrate
  • Run tests (in src)
python manage.py test marcus marcus_music --verbosity=2
  • Run server (in src)
python manage.py runserver 0.0.0.0:8000

About

Marcus backend with unit tests, API doc and CICD pipeline

Resources

Stars

Watchers

Forks

Languages