Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshayitzme/cinlist
Developing a Progressive WebApp to list your favorite series and movies.
https://github.com/akshayitzme/cinlist
good-first-issue hacktoberfest hacktoberfest2022
Last synced: about 16 hours ago
JSON representation
Developing a Progressive WebApp to list your favorite series and movies.
- Host: GitHub
- URL: https://github.com/akshayitzme/cinlist
- Owner: akshayitzme
- License: apache-2.0
- Created: 2022-10-05T07:37:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T03:35:44.000Z (7 months ago)
- Last Synced: 2024-04-17T09:20:53.838Z (7 months ago)
- Topics: good-first-issue, hacktoberfest, hacktoberfest2022
- Language: Python
- Homepage:
- Size: 347 KB
- Stars: 3
- Watchers: 1
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CinList
![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?)
![GitHub Hacktoberfest combined status](https://img.shields.io/github/hacktoberfest/2022/akshayitzme/cinlist?)
![GitHub contributors](https://img.shields.io/github/contributors/akshayitzme/cinlist?)
![Stars](https://img.shields.io/github/stars/akshayitzme/cinlist?logo=appveyor)
![Forks](https://img.shields.io/github/forks/akshayitzme/cinlist?logo=appveyor)
![Issues](https://img.shields.io/github/issues/akshayitzme/cinlist?logo=appveyor)**How to Contribute ? :** _Check out Existing issues / create new / wait till a issue is created
![image](https://user-images.githubusercontent.com/60477442/194534094-5d00a665-7bf9-4f97-82d2-95ec15158c1a.png)
## Installation
**Method:1 Using Poetry**
```bash
pip install poetry
``````bash
poetry install
```
**Method: 2 Using pip**```bash
pip install -r requirements.txt
```## Running
**Method: 1 Gunicorn**
```bash
gunicorn config.wsgi
```**Method: 2 Django Development Server**
```bash
python manage.py runserver
```