GithubHelp home page GithubHelp logo

patrikborza / restful-apis-with-python-3-and-flask Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3.92 MB

RESTful APIs with Python 3 and Flask

Python 99.71% C 0.06% JavaScript 0.09% CSS 0.05% Batchfile 0.01% Shell 0.03% Nu 0.02% PowerShell 0.02%
autentication autorization flask flask-api flask-restful mailtrap mailtrap-io postman postman-api postman-test

restful-apis-with-python-3-and-flask's Introduction

RESTful-APIs-with-Python-3-and-Flask

This is a RESTful APIs using a combination of Python 3 and Flask.

Features

  • Postman API Documenation

  • HTTP methods (GET, POST, PUT, DELETE request) --> CRUD operations used for simulation test to RESTful Services

  • Endpoints: (used for communication and data transfer)

    • GET/super_simple
    • GET/not_found
    • GET/parameters
    • GET/url_variables
    • GET/planets
    • GET/retrieve_password
    • GET/planet_details
    • POST/register
    • POST/login
    • POST/add_planet
    • PUT/update_planet
    • DELETE/remove_planet
  • Authorization bearer token used for generating token authorization that is a very long and unique token

  • Success and Error codes Status
    200 OK
    201 Created
    202 Accepted
    401 Unauthorized
    404 Not found
    409 Conflict

Database Model

SQLite DB Browser
User planetary's users
Planet planet's details
*The application and SQLite database are used only for testing. As of now, they are not allowed to push into production.

Other Site

Mailtrap.io. : Email testing, automate test flows to retrieve password

restful-apis-with-python-3-and-flask's People

Contributors

patrikborza avatar

Stargazers

 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.