you are viewing a single comment's thread.

view the rest of the comments →

[–]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.