Skip to content

marcomartinscastanho/criterion-challenge

Repository files navigation

criterion-challenge

Run locally

Pre-requisites

  • Have Docker installed

Setup

  • Copy .env.example to .env
  • Set a DJANGO_SECRET_KEY on .env
  • Get a TMDB API token and set it as TMDB_API_TOKEN on .env

Build

  • run docker compose up -d --build
  • check that both the db and web containers are running

Create Admin user

  • on docker command line, run python manage.py createsuperuser
  • follow the instructions there

Access webapp

  • website: localhost:6091
  • admin: localhost:6091/admin/

About

Auto-generate Criterion Challenge picks based on your preferences

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages