Skip to content

CarlosRivera1998/Cineflick

 
 

Repository files navigation

GPL3.0 Netlify Status


Logo

Cineflick

A web app to search and download torrents of most movies!

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License

About The Project

Product Screen Shot

(Back to top)

Built With

(Back to top)

Getting Started

Instructions on how to set up the project.

Prerequisites

Node.js v18.

corepack enable

Installation

  1. Clone the repo

    git clone https://github.com/anapeksha/Cineflick.git
  2. Install NPM packages

    yarn install
  3. Configure TMDB api key. Instructions here

  4. Configure the TMDB api key, salt rounds for password hashing, MongoDB url, secret for jwt encoding in .env, sample can be found in .env.sample

  5. Start the Development server

    yarn dev
  6. Create a production build

    yarn build

(Back to top)

Usage

The website can be used to checkup on movies and download their corresponding torrents.

(Back to top)

License

Distributed under the GPL 3.0 License. See LICENSE for more information.

(Back to top)

About

A movie browsing website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%