Summary:
Event Remider is a web application, where you can enter or view event details like Birthdays, wedding, Death Anniversaries, vacations list and festival list. once login to accout user can see the upcoimg event tables,user can send greetings/messages through email.By using Twilio API user can send Emails.
About the Developer
Spent was created by Rajani Velchuri. Learn more about the developer on LinkedIn.
Technologies
Tech Stack:
Python Flask SQLAlchemy Jinja2 HTML CSS Javascript JQuery AJAX JSON Bootstrap Python unittest module Twilio API
Event Reminder is an app built on a Flask server with a PostgreSQL database, with SQLAlchemy as the ORM. The front end templating uses Jinja2, the HTML was built using Bootstrap, and the Javascript uses JQuery and AJAX to interact with the backend. emails are sent through twilio API. Server routes are tested using the Python unittest module.