Tech Stack:
- Nextjs
- Typescript
- Reactjs
- Tailwind CSS
- MariaDB via AWS RDS
This Project Features:
- filtering by tags ex: /tag/programming , /tag/health,science or /tag/programming,python,data science
- basic search through title and description
- session based auth
All api calls are done directly with sql (no orms),
most of the sql queries can be found under lib/api
All the data is from medium.com, scrapped using python aiohttp