GameDB is a web application that serves as a database for video games, allowing users to explore, rate, and review games.
- Game Listings: Browse through a comprehensive list of video games.
- User Ratings and Reviews: Users can rate and review games based on their experiences.
- Publishers and Developers: Explore information about game publishers and developers.
- Platform Information: Find details about different gaming platforms.
- Genres: Find details about different genres of games.
- Personal Wishlist: Create a list of games that you desire to play.
- Django: The web framework used for building the backend.
- Django REST Framework: Enables the creation of a RESTful API.
- Database: MySQL, Redis (for caching)
- Background Tasks: Celery, Flower (to monitor celery clusters)
-
Clone the repository:
git clone https://github.com/your-username/GameDB.git
-
Install dependencies:
pip install -r requirements.txt
- Run the development server:
python manage.py runserver
Open your web browser and navigate to http://localhost:8000.
The project is Dockerized for easy deployment. To start the Docker containers, run:
docker-compose up --build
License This project is licensed under the MIT License.