I made a database website

I’m brand new to programming. As a learning project, I decided to make a website for a searchable database of which characters were in scenes together in Happy Days. (I thought I’d finish watching Happy Days before I finished making the site, but I was wrong, so it’s incomplete for now!) I’m hosting it on Render:

https://happy-days-character-database.onrender.com/

I made the database using PostgreSQL, the site uses Python/Django, and of course I used HTML and CSS. (Had to figure out some real complicated SQL queries that I’m proud of myself for having figured out!)

I’m eager to hear any feedback anyone might have! (Especially about the layout/appearance! I’m finding that for me, programming is the type of thing I can wrap my head around, but I’m really bad at figuring out what kinds of visuals make sense.)

3 Likes

Thanks for sharing!

Have you thought about improving the responsiveness of your text boxes so they’ll be readable in smaller screens?

I thought I had replied to this!

That’s a good suggestion-- thanks! I hadn’t really thought much about that.

That’s pretty neat! Congratz! One thing though… As it’s your first project, probably you should now host it locally and not have it like this, because it might be vulnerable to some sqli attacks :wink:
Keep improving!