Many people today obsessively check the news. They rotate between websites and doomscroll on Twitter. Some people try to escape the cycle by performing a "digital purge." But this can disconnect them from the news entirely. There needs to be something in between the endless checking of sites and tossing out one's phone.
Our solution is to provide a service that aggregates an individual's favorite news sources into a short newsletter delivered by email daily or weekly. This would give people a way to control how often they check the news, and save them time spent flipping between websites. Users would be able to opt-in to machine learning which would tailor which stories are sent to them based on what kind of stories they click on.
List all the functions with their sub functions of your application.
- Manage Account
- Create User Account
- Edit User Account
- Login to User Account
- Manage News Sources
- Edit News Sources
- Personalize newsletters based on links clicked (opt-in)
- Set Frequency of Newsletter
- Newsletter Management
- Send Newsletter
- Read News Sources
-
Install MaraiDB on Ubuntu 20.04
-
Review SQL Commands
-
Run DB_Create_Script In Repo Manage Database
> mysql [username] -p [password] > CREATE DATABASE [Database Name]; > Use [Database Name]; > # Copy and Paste the Database_Creation_Script.txt;
-
Some Useful Commands for MariaDB/MySQL to Know
> mysqladmin -u admin -p version - LOGS INTO THE DATBASE > CREATE DATABASE `birthdays`; - CREATES THE DATABASE WITH THE NAME `birthday` > use [database]; - USE THE DATABASE > show [database]; - LIST ALL THE DATABASE > show tables; - SHOW TABLES IN THE DATABASE > show columns from [tbl_name]; - SHOW THE COLUMNS TABLE NAME
- Create Netlify Account
- Deploy the Website on Nelify
- Add Env Variables
- DATABASE (Name of Database)
- USERNAME (Username of User Accessing Account)
- PASSWORD (Password of the User)
- HOSTNAME (IP Address of the Database)
- Create Mailchimp Account
- Purchase a Mailchimp Transactional Email Plan
- Setup and Verify a sending domain
- Verify Ownership of Sending Domain via confirmation email
- Edit DKIM Settings and SPF Settings
- Generate a new API Key
- Test connectivity to the Mailchimp Transactional API
- Send Emails (And More)
- Zack Rosa (rosaz@wit.edu), Team Lead and Mailer Developer
- Dillon Morse (morsed1@wit.edu), Frontend Developer
- Kyle Ferreira (ferreiak3@wit.edu), Backend Developer
- Leon Chen (chenl4@wit.edu), DBA and API Developer