toniton / movies-JSON-schema

A real-life application of JSON schema to a movies web application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies JSON Schema

forthebadge

This is a json schema for a pet project that we're working on to crawl movies from different websites and display it to the users in amore friendly manner.

We are sharing this to help other young developers have an insight of what JSON schemas are, the advantages, and how they can easily speed up development using JSON schemas.

Why JSON Schema?

You can easily come up with names for your models and properties before writing your codes.

It helps you define a standard structure of what your API sould look like.

It serves as some form of documentation for the type of responses or data to expect from the system. So it is safe to say, JSON schema is useful for both Frontend and Backend development.

Models we identified

  • Actor
  • Cinema
  • Country
  • Director
  • Genre
  • Location
  • Movie
  • Showtime

Authors

If you have any ideas or improvements, please be free to contribute to this repository by creating a pull request. We love you (No Homo)

About

A real-life application of JSON schema to a movies web application.

License:MIT License