Table of Contents
LBDflix is a dynamic movie application that gives a variety of movies, movies details, and trailers. It is packed with movie collections for every movie lover and it also recommends movies to users. It is an open source project and open to developers, designers, writers, movie enthusiasts to collaborate and learn.
- Movie search.
- Movie rating.
- Movie collections.
- Movie Information.
Join our wonderful community on Discord
-
Node.js
-
npm
npm install npm@latest -g
-
Get a free API Key at The Movie Database. Learn about the API here
-
If you do not know how to get your API Key, an article on How to Get Your TMDB API Key for LDBflix Contribution is available.
Are a community member or not, we would love your input! Feel free to first check out our code of conduct and also the contribution guidelines for any missing steps.
You can work on it locally,
-
Fork this repository
-
Clone the repo
$ git clone [email protected]:<your github username>/lbdflix.git
-
Navigate to the cloned directory
$ cd lbdflix
-
Install dependencies
$ npm install
-
Start the project on
localhost
$ npm run dev
Notice anything odd and/or missing from this README or on the website itself? Feel free to raise an issue.
Join the amazing LBDflix Community on discord to stay in the loop.
This repository is under the MIT license.
Please leave a star ⭐️. All support is highly appreciated.
Reference: [4c Community Readme] (https://github.com/FrancescoXX/4c-site/blob/main/README.md)