What Do I Need to Build a Simple Self-Hosted Website with JavaScript?

0
2
Asked By TechieExplorer92 On

I'm working on creating a self-hosted website that connects to a local SQLite database. The goal is to design it with filters and user-friendly GUIs so that my less tech-savvy friends can easily query and extract information from the database. This will be my first website, and I'm planning to use JavaScript for both the backend and frontend, as I want to learn more about this language. I have intermediate SQL experience and some knowledge of Python. What are the key requirements I should focus on to get my project off the ground?

1 Answer

Answered By CodeNinja47 On

Building this with JavaScript is definitely achievable and not overly complex. You'll need to set up an HTTP server using something like Fastify to get started. Make sure you're also comfortable with basic HTML and CSS since you'll need those for the site layout.

CuriousCoder21 -

I get that, but I'm kind of nervous about setting up the filters and search functions. How do I even begin turning my SQL queries into user-friendly options?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.