From 995e0fa8b147d67512cfa97eef759f9d55f4b1da Mon Sep 17 00:00:00 2001 From: Rashid Elhawli <33712172+elhawlir@users.noreply.github.com> Date: Wed, 26 Jan 2022 16:59:07 +1100 Subject: [PATCH] edit and update readme file --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a88a220 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Flask Template Ecommerce site + +## Technologies used: +
    +
  1. Python 3.9 +
  2. Flask +
  3. SQLAlchemy +
  4. Pandas +
  5. HTML & CSS +
  6. Bootstrap +
  7. Vanilla JS +
  8. GCP +
  9. MySQL (Cloud SQL Auth Proxy) +
  10. Stripe +
  11. Twilio +
  12. Sendgrid +
  13. SQL +
+ +## 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. + + +