CineSimile is a platform that shows similar movies for a specific movie

CineSimile

For All Your Movie Recommendation Needs and the Movie Lovers Greed!

Hacktoberfest 2020 Notice

image

Hacktoberfest 2020 is finally here and we very much welcome your wonderful contributions! You can earn a Hacktoberfest T-Shirt as a reminder of your efforts and as a token of appreciation. Visit Hacktoberfest and check out how to contribute to open source and become an open source hero! ๐Ÿ˜

About The Project

CineSimile is a platform where you can find similar movies for a given movie. Currently, we are in the phase of finding similarity between the movies. So keep in touch, and weโ€™ll let you know.

Machine Learning

Cinesmile is powered by machine learning to enhance the search capabilities and find a closer fit to your movie of choice. Similar technology is used by Netflix and Youtube to tailor recommendations to your personal choices.

Technology Used

Getting Started

Thank you for showing interest in CineSimile, an open sourced platform to find similar movies for a given movie. Please follow the steps and youโ€™ll soon end up being an open source contributor and become a part of the Open Source Community ๐Ÿ˜Ž. Please read the CONTRIBUTING document before starting to contribute to this project and learn about the intricacies of Contributing.

  1. Fork the repository.

  2. Clone the repository to your Local machine.

    $ git clone https://github.com/<username>/cinesimile.git
    
  3. Install node_modules.

    $ npm ci
    
  4. Start the React development server.

    $ npm start
    
  5. Do something amazing and Creative(FYI, pick an issue from the issue list, and add a comment stating that youโ€™re going to work on it.)

  6. Commit and push the changes.

    $ git add .
    
    $ git commit -m "your commit message (make it meaningful and short)"
    
    $ git push origin master
    
  7. Finally, create a pull request.

๐Ÿณ Run through Docker (Optional)

If interested in learning more about docker. Docker Introduction

  1. Execute the command below if you have the Docker CLI in your machine or server:

    docker-compose up
    
  2. Open in your browser.

    - localhost
    OR
    - 0.0.0.0
    
  3. Access the portainer to see the logs (optional)

    - localhost:9000
    OR
    - 0.0.0.0:9000
    

    Do the follow steps to use the Portainer:

    1. Youโ€™ll need to create a password for local admin account.
    2. Choose the option: โ€œDocker manage the local Docker environmentโ€.
    3. Done, youโ€™re now able to manage the containers

Additional Information

  1. If you are creating a new pull request please update your fork.

    $ git pull upstream master
    

Do this before creating another pull request. By doing this, your fork will be up-to-date with the main repository.

Running E2E Tests ๐Ÿงช

  1. Running Tests Manually Using Cypress Test Runner

    npm run cy:run_in_dev
    

    Note: If the app server is already running, run: npm run cy:open

  2. Running All Tests in Headless Mode

     npm run cy:run_in_ci
    

    Note: If the app server is already running, run: npm run cy:run

  3. Running Specific Test in Headless Mode

    // replace <test_name> with the test file name
    
    npm run cy:run --spec "cypress/integration/<test_name>.spec.js"
    

Spread the word, help your friends to get a Hacktoberfest T-Shirt too and being a of the amazing Open Source Community ! ๐Ÿ˜
Good luck with your open source journey.

Happy Hacking! ๐Ÿ˜

Download Details:

Author: Niweera

Demo: https://simile.znbt.ml/

Source Code: https://github.com/Niweera/cinesimile

#javascript

CineSimile is a platform that shows similar movies for a specific movie
1.80 GEEK