2
mniv
5y

Hello, I'm new to programming and I need to write a website that allow some people to bet for sports match scores (without any money, just for fun). I want it to have leaderboard, personal statistics, easy way to add and remove teams from database (last one for administrator). My question is what programming language/maybe framework will be the best for that? I'm interested only in this bet system because rest is almost done. Thanks for help

Comments
  • 3
    If you're new to programming, you don't need to write a website. You need to learn the basics of programming first.
  • 0
    @Fast-Nop Already I did some work in HTML, CSS and JavaScript. Maybe new is a bad word
  • 0
    @Trumby around 4-5 months ago
  • 1
    You're going to need
    - a database to keep track of things
    - a backend language ( seeing as your new to programming, the NodeJS party won't be a good fit) to communicate to your database
    - html/css/js for the front end and some fetching / posting of bets
    - a fuck tonne of stress since you haven't explored backends before
    - oh and you'll probably want a login system

    Simple answer, you can try just don't expect it to go well for your first attempt at something on this scale of work.

    I would seriously continue learning and explore the backend of things before trying to make a project blind.
Add Comment