Usman-Qidwai-Video Game Blog
Usman
Posted on November 9, 2024
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
Posted on November 9, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
November 27, 2024