/cinlist

Developing a Progressive WebApp to list your favorite series and movies.

Primary LanguagePython

CinList

contributions welcome GitHub Hacktoberfest combined status GitHub contributors Stars Forks Issues

How to Contribute ? : Check out Existing issues / create new / wait till a issue is created (updated everyday!)

image

Installation

Method:1 Using Poetry

pip install poetry
poetry install

Method: 2 Using pip

pip install -r requirements.txt

Running

Method: 1 Gunicorn

gunicorn config.wsgi

Method: 2 Django Development Server

python manage.py runserver