I'm a school student working on a project where I need to create a website using a Relational Database Management System (RDBMS). Unfortunately, neither my classmates nor my teacher can help me out, and I feel really lost. My teacher insists we create the front end first, which is frustrating since there's no functionality without the backend. I've been told that I need to use uWamp to set up my RDBMS backend with SQL, but I'm completely clueless about how to go about it. Right now, my website consists of just static HTML pages that I developed using WebStorm. I have some prior programming experience with Python, so I'm open to starting from scratch if I can find a good guide on SQL, RDBMS, and uWamp.
2 Answers
For sure, it can feel overwhelming, but it’s totally normal to face challenges like this! Usually, you’d develop the front end and backend separately, using documentation as your guide. uWamp is like the older version of Wampserver, which should come with Apache for your server, PHP as your coding language, and MySQL for your database needs. Make sure to check out their official documentation; it's super helpful! Remember, a big part of being a developer is self-learning, so don't hesitate to dig into resources online and figure things out yourself! Keep at it!
I think uWamp has an icon you can find in your system tray. When you click on it, you'll find settings where you can toggle the database on or off. You'll also want to look for PHPMyAdmin or something similar to manage the database. It might take a bit to get familiar with it, but once you get the hang of it, it'll feel much easier!

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically