Video Game Management API
This project is a RESTful API for managing information about video games, genres, platforms, and reviews. Built with Flask and SQLAlchemy, the API allows CRUD operations for games, genres, platforms, and reviews, enabling users to create, retrieve, update, and delete data with ease.
Features
Manage information about video games, including name, release date, price, genre, platforms, and reviews.
CRUD functionality for each entity (VideoGame, Genre, Platform, Review).
JSON responses for easy integration with frontend applications.
Data validation and schema serialization with Flask-Marshmallow and Marshmallow-SQLAlchemy.
Requirements
Top comments (0)