A simple ecommerce Flask application
This is a web-based platform built using the Flask framework, which allows users to engage in online buying and selling of stocks by querying IEX API for stocks’ prices. The application provides a straightforward and user-friendly interface for user to browse and purchase products, while also enabling users to sell their stocks.
python -m venv /path/to/new/virtual/environment
pip install -r requirements.txt
python manage.py
This program was written to demostrate how to use the Flask framework to build web applications, the program was originally given as a problem set on CS50X, it explains the basics of how to do user authentication, query an API, work with databases - doing CRUD operations - and implimenting the eCommerce business logics