Skip to content

rkaruzas/sql_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published