Code Monkey home page Code Monkey logo

drstone-api's Introduction

Dr. Stone API

Dr. Stone is an awesome manga/anime about a high school kid named Senku Ishigami who loves science and possesses an encyclopedic knowledge of scientific laws, properties, and inventions. Senku's goal is to rebuild modern civilization with science after a mysterious event turns the entire human population into stone for 3,700 years.

The goal

The goal of this project is to build an API that revolves around the Dr. Stone anime. I will start very basic as this will be my first API. For now, I plan to have only two resources: characters and episodes. Currently, this is an embedded fake database in the project. (just a separate file with an array of objects)

Schema

For now, the schema for the characters resource is simply name and id. The schema for the episodes resource is id, name, episode, the Japanese air date, and the English air date.

An example of an episode object:

  {
    id: 1,
    name: "Stone World",
    episode: "S01E01",
    japanese_air_date: "July 5, 2019",
    english_air_date: "July 19, 2019"
  }

I will add more attributes once the technical aspects of the API is complete.

Endpoints

For now, I plan to have four endpoints:

  • Get all characters
  • Get character by id
  • Get all episodes
  • Get episode by id

drstone-api's People

Contributors

jglez avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.