FairProjekt
- 1 Devlogs
- 1 Total hours
This is an website for big events that can handle up to 5k Visitors simutaniusly wich will fill out a form on what they want to do on an Projekt day.
This is an website for big events that can handle up to 5k Visitors simutaniusly wich will fill out a form on what they want to do on an Projekt day.
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???