DevLog #1
I have Initialised the Repo, added basic endpoints (but currently, as you may see NO gui) And Then I Expirimented with the database, and the webserver modules, and realised that Python is WAY WAY cooler than C Webserver development (Unexpected, right??)
For example, where you had to manually find a string in an bigger string and pharse that to get your json data into an variable, in python you only have to data[“username”] and you get it. Isnt that cool???