u/maximo66

I'm new to Postgresql and my first app is basically a search engine for cooking recipes.

I have a database table of webpages (title, url, etc) that I scraped from various sites and blogs

Right now I have a django app which displays a search bar and uses Postgres as the backend

I'm wondering if it would be easier to just remake this web portal in PHP since all it's really doing is forwarding queries to the database then displaying the results

This is just a hobby website for now and I don't think I'll need to scale it up a lot

What do you think? Am I understanding the problem correctly?

reddit.com
u/maximo66 — 7 days ago