akshayitzme / cinlist

Developing a Progressive WebApp to list your favorite series and movies.
Apache License 2.0
4 stars 11 forks source link
good-first-issue hacktoberfest hacktoberfest2022

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

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