Skip to content

JangasCodingplace/mini-hackathon-netflix-and-chill

Repository files navigation

Mini-Hackathon by Kevin Chromik - Challenge 2 "Lecker Lecker"

Local Setup

Prerequisites

  • Python 3.12 or higher
  • poetry
  • docker-compose

Setup Guide

  1. Setup new virtual environment
poetry install
  1. Start Redis and Postgres via Docker-Compose Setup
docker-compose up -d redis postgres
  1. migrate the database
poetry run python app/manage.py migrate
  1. Start the Django server
poetry run python app/manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published