Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 664 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 664 Bytes

Project

  • PyPizza - Pizza ordering service

Technologies Used

  • Flask app with Stripe API
  • Bootstrap

NOTES

  • This app runs in a sandbox enviroment.
  • Use '4242 4242 4242 4242' as the credit card number
  • Any email address, expiry date, and CVS will work.
  • Remember me also works with any phone number.

*How to build and run a dockerfile

*To build - docker build -t hello . *To Run - docker run -it --rm -p 5000:5000 --name hi hello

*Tip- You can use any name for the docker container as in the example i have used "hello" and "hi" as the name of my docker container.

  • Use 'docker-compose up' to run app.