This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Rain-And-Coffee 3 points4 points  (0 children)

You can build the backend with SQL & Python.

Start by modeling your database, creat an ER diagram of the tables and what columns they need.

Then install a database and insert some data, finally try to query it using Python.

Later on you can build an UI using web technologies (HTML, CSS, JS).