-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Flask Template Ecommerce site | ||
|
||
## Technologies used: | ||
<ol> | ||
<li>Python 3.9 | ||
<li>Flask | ||
<li>SQLAlchemy | ||
<li>Pandas | ||
<li>HTML & CSS | ||
<li>Bootstrap | ||
<li>Vanilla JS | ||
<li>GCP | ||
<li>MySQL (Cloud SQL Auth Proxy) | ||
<li>Stripe | ||
<li>Twilio | ||
<li>Sendgrid | ||
<li>SQL | ||
</ol> | ||
|
||
## Purpose | ||
After not knowing how to get started in web development with Python (that's the language I knew), I've experimented for the past 18 months with a number of different frameworks. | ||
|
||
Streamlit, Flask and Django but Flask was the most beginner friendly of the robust frameworks. Streamlit is getting there but still a bit niche (data/ML apps). | ||
|
||
This template provides a full scale web app with payments integration, User authentication, cloud-native development set up and other random functionalities you can choose to exclude if you so wish. | ||
|
||
|
||
|