Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 526 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 526 Bytes

CS50 final project - CS50 Shop

Description

This is a simple shopping site using Flask and SQLite. In this site you can sign up by otp, sign in and shop your favourite Mac items and you can see your total shopping cost in your profile route.

Used modules

import flask
from cs50 import SQL
import smtplib
import random

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.