Giter Site home page Giter Site logo

senvedat / python-flask-postgresql-boilerplate Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 24 KB

A example Docker powered boilerplate of using postgresql with python flask

Shell 2.95% Dockerfile 5.59% Python 91.46%
flask flask-backend flask-example flask-postgres

python-flask-postgresql-boilerplate's Introduction

Project Desc

A example Docker powered boilerplate of using postgresql with python flask

Tech Stack

Software Language: Python

Framework: Flask Framework

Database Type: PostgreSQL

Extras: Docker, JWT, Pytest

License

MIT

API Reference

Register

  POST /api/v3/merchant/user/register
Parameter Type Description
email string Required.
password string Required.

Login

  POST /api/v3/merchant/user/login
Parameter Type Description
email string Required.
password string Required.

Response:

{
    "status": "APPROVED",
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmcmVzaCI6ZmFsc2UsImlhdCI6MTY3MTAxNjIwMiwianRpIjoiNDkwZDFlMmUtOTUyNS00YTExLTg2ODAtZDRiYWNlMWNiYjBlIiwidHlwZSI6ImFjY2VzcyIsInN1YiI6IntcImNoZWNrX3Bhc3N3b3JkXCI6IG51bGwsIFwiZW1haWxcIjogXCJlbWFpbFwiLCBcImZpbmRfYnlfZW1haWxcIjogbnVsbCwgXCJmaW5kX2J5X2lkXCI6IG51bGwsIFwiaWRcIjogMiwgXCJwYXNzd29yZFwiOiBcInBhc3N3b3JkXCIsIFwicXVlcnlcIjogbnVsbCwgXCJxdWVyeV9jbGFzc1wiOiBudWxsLCBcInJlZ2lzdHJ5XCI6IG51bGwsIFwic2F2ZV90b19kYlwiOiBudWxsfSIsIm5iZiI6MTY3MTAxNjIwMiwiZXhwIjoxNjcxMDE2ODAyfQ.UwclY2gs4SfjROa8r3XW8NeDqdFLFM54JL4aJtGABb4"
}

Transaction

  POST /api/items/${id}

NEED JWT BEARER TOKEN (Required, in header)

Parameter Type Description
fromDate string Required. Ex: "2022-12-11"
toDate string Required. Ex: "2022-12-14"
merchant integer Required. Ex: 1
acquirer integer Required. Ex: 2

Response:

{
    "response": [
        {
            "count": 2,
            "currency": "USD",
            "total": 33
        },
        {
            "count": 2,
            "currency": "GBP",
            "total": 85
        }
    ],
    "status": "APPROVED"
}

Example DB

The sample database in the main file of the project in CSV format.

example_db.sql

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.