/characters_api

An api in Python with Flask that makes a simple CRUD with some characters of cartoons

Primary LanguagePython

characters_api

How run?

  • Just download python and run in your IDE

Routes

  • /characters List all characters:

    characters

  • /characters/:id List character by id:

    characters_id

  • /characters/new Create character(expect JSON):

characters_new

  • /characters/edit Edit data of one character(expect JSON):

character_edit

  • /characters/rm/:id Remove a character by id: