Sign inSign up

mltdocker/react-stripe-backend

By mltdocker

Updated over 5 years ago

Payment Demo with ReactJS on stripe

Image
0

918

mltdocker/react-stripe-backend repository overview

PAYMENT on Reactjs on Stripe

$ Cut and Paste docker-compose.yml

version: '3'
services:
  app:
    image: mltdocker/react-stripe-frontend  
    restart: always
    ports:
      - 3000:3000
    depends_on: 
      - backend    
    networks:
      - app-network
  backend:
    image: mltdocker/react-stripe-backend  
    restart: always
    ports:
      - 5000:5000
    networks:
      - app-network
networks:
  app-network:
    driver: bridge
  
$ sudo docker-compose up -d

UI-App Up and Running at localhost:3000

$ sudo docker exec -it <container-id> bash
Change the Test Mode public key and secret key ?

Completely erase all container

$ docker rm -f  [container-ID]  && docker rmi mltdocker/nextjs-examples

Version

1.0.0

License

This project is licensed under the MIT License

Live Object Recognation BeesCloud Vision@AI
Please whatsApp +65-8201-0159 or drop me an e-mail at [email protected] for whatever reason? FREE STUFF : free office, online storage, AI https://www.beesdot.com

Tag summary

Content type

Image

Digest

Size

43.4 MB

Last updated

over 5 years ago

docker pull mltdocker/react-stripe-backend