Skip to content

Django-based shopping cart (pizza ordering) app with Stripe integration, made for CS50Web.

Notifications You must be signed in to change notification settings

cmdlinebeep/piNOTchios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 3 - PiNOTchio's Pizza

Web Programming with Python and JavaScript

PiNOTchio's Pizza is designed to look like the website of a local pizzeria near Harvard. I tried to mimic the bad design as best I could. :-)

This project is written in the Django web framework and handles listing a pizza items menu and a shopping cart. The site is responsive (though I don't demonstrate it on mobile due to time).

My personal touch for the site was I added support for the Stripe API to process credit card payments.

Video in action

To try it yourself, you'll need an API key from Stripe. Make sure you use your test key, and you'll need to set an environment variable like so:

In environment terminal: set STRIPE_API_KEY_SEC=sk_test_(long_string_here)

Oh, and always remember... Eat More Pizza! --Joel

About

Django-based shopping cart (pizza ordering) app with Stripe integration, made for CS50Web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published