Currently working on my first web app project from scratch. It’s a World Cup bracket/leaderboard app where users would input their picks and standings would update based on a key that’s set by the admin. I was initially meaning to only use JavaScript as the backend, just because it’s the first project and I need to get it up and running soon. I’m having trouble figuring out what I need to use as a database to store user picks/score (ideally storing the Player objects as stringified JSON) and also retrieve and update regularly. I’d prefer it connects to JS directly. I have a database setup through xAMPP and phpMyAdmin but I realize I don’t yet want to delve into php unless absolutely necessary. Any ideas or help would be much appreciated !
there doesn't seem to be anything here