barkhayot / stripe-payment

test usage of stripe payment imtegrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stripe Payment Integration

In order to implement current application Product, Cart and Order models has been added. After selecting needed products Cart object is going to be created and by pointing as a foreign key it is gonna created Order models by getting each point of Product model. All selected orders can be calculated and integrated to Stripe payment after clicking BUY button.

Application has been dockerized using Dockerfile run Docker-Compose

Simple SqlLite3 Database has been used

Build Status

To run application clone the source run following in terminal

  

docker-compose up --build

  

Screenshots

Markdown Monster icon Markdown Monster icon Markdown Monster icon

About

test usage of stripe payment imtegrations


Languages

Language:Python 59.2%Language:HTML 40.3%Language:Dockerfile 0.5%