Hello, I work at a school in the kitchen and I want to create a website with a fuzzy finder filter that allows my co-workers to look up our recipes and create a custom menu of dishes with each item displaying if there are any common food allergies in the dish.
The relational database (SQLite?) would store the recipe information - title of dish, ingredients, prep time, etc.
The programming language would receive user input from the html form, make a database query, and update the html content.
Do you think Nim is the right language for this job? I would love if someone could point me in the right direction and what I should start learning. Hopefully I got the general idea across but let me know if I need to provide more information.
Thanks a lot!
Thanks, looks like Jester and Karax is what I need!
A quick second question - will it hurt a website's SEO ranking if they use too much javascript? I just found out this forum also uses the same frameworks and sqlite. When I look at the source here, there's no HTML in the body except a script file.