new-beginnings-backend/ ├── config/ │ ├── db.js ← MySQL connection pool (mysql2/promise) │ ├── schema.sql ← Full MySQL schema (reference) │ └── seed.js ← Seeds all tables with demo data │ ├── ...
Primary Goal: To provide an interface to users to find news under certain categories such as Tech, World, Business and Sports Solution: Made use of the AGI news kaggle dataset and NLP-based ...