Skip to content

sanchitsgupta/game-reviews-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Reviews Site

PyPI pyversions Linux PyPI license

A simple website that supports adding game reviews, recommends new games to users, and has basic user authentication.

New games are recommended using k-means algorithm. We pre-cluster the users, and when some user asks for their recommendations, we suggest movies that are highly rated by other users in the same cluster.

Running

  1. Make sure Python 3.10+ is installed.
  2. Install pipenv.
    $ pip install pipenv
  3. Install requirements
    $ pipenv install
  4. Apply DB migrations and populate the DB. setup.sh script does this for you.
    $ ./setup.sh
  5. Run the server
    $ pipenv run python game_site/manage.py runserver 8000
    
  6. Visit http://127.0.0.1:8000 and start exploring. You can login using these creds:
    username: john
    password: gamereview@123
    

Acknowledgements

This code is mainly based off of Jose Dianes' tutorial on building a Wine Recommendation Site. Do check out his awesome tutorial!

About

Game reviews website that also recommends new games to users

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published