Usman-Qidwai-Video Game Blog

dirtypaki1

Usman

Posted on November 9, 2024

Usman-Qidwai-Video Game Blog

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

💖 💪 🙅 🚩
dirtypaki1
Usman

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