A video game review platform inspired by MyAnimeList. Built with Django and PostgreSQL.
- User registration and login
- Add games to personalized lists (e.g. Playing, Completed, Wishlist)
- Rate and review games
- Filter games by genre
- Fetch game data from the IGDB API
- Python 3.11
- Django
- SQLite
- HTML/CSS (with Bootstrap)
- JavaScript
- Poetry for dependency management
- Clone the repository:
git clone https://github.com/MrGerard01/WebProject.git cd WebProject - Install dependencies with poetry:
poetry install
- Install dependencies with docker:
docker-compose up --build
- Visit http://localhost:8000/ in your browser
- Register or log in to manage your game list
- Browse games, add them to your lists, rate, and review
- Stefanescu, Bogdan Nicolae
- Nicolau Foraster, Gerard
- Agustí Lemos, Miquel