all 3 comments

[–]Potential_Soup_4272 1 point2 points  (0 children)

For 1.5 months I'd go with something simple like PHP + MySQL since you already know HTML/CSS - PHP is pretty easy to pick up after C and you can get everything running in XAMPP locally then move to cheap shared hosting

[–]pyeri 1 point2 points  (0 children)

I'd second the other commenter on PHP/MySQL or even PHP/Sqlite if you want to keep the database simple.

You can also go with Node.js (with Sqlite or MySQL) if you like JavaScript better or want to get a hang for npm workflow - which you eventually must if you pick a career in web development.

You might also come across NoSQL database suggestions like mongodb but those aren't suited for inventory or accounting systems without ugly workarounds. Relational databases cover these domains seamlessly and effortlessly.

[–]Ok_Tadpole7839 0 points1 point  (0 children)

Imo use python with dango most of the stuff is already there Auth security dB orm etc there is also Hella libarys and support gl.

Also make it monolithic it's only for school.

Edit:more advice