Table of Contents
Instructions on how to set up the project.
Node.js v18.
corepack enable-
Clone the repo
git clone https://github.com/anapeksha/Cineflick.git
-
Install NPM packages
yarn install
-
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 -
Start the Development server
yarn dev
-
Create a production build
yarn build
The website can be used to checkup on movies and download their corresponding torrents.
Distributed under the GPL 3.0 License. See LICENSE for more information.
