TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I made a simple starter web app in Node.js

1 pointsby tomjacobsover 2 years ago
I have this problem every year or so; I want to create a web app that has the basics: a database, user sign in, runs on AWS, a templating engine, and has a small learning curve so that I don&#x27;t have to learn five new skills and frameworks at the same time just to get started. But there&#x27;s always a new javascript framework system to learn, always new little gotchas to get me, and always promising new concepts to wrap my head around...<p>So I put together a very simple web app, with technologies that I understand: Javascript, jQuery, Node.js (basic knowledge), SQLite, and just one new thing to me: Passport, so that I don&#x27;t have to write my own cookies etc for saving user login sessions in the browser.<p>Code is here for download:<p>https:&#x2F;&#x2F;github.com&#x2F;tjacobs&#x2F;Basic-Web-App-Template<p>https:&#x2F;&#x2F;medium.com&#x2F;@TomPJacobs&#x2F;basic-web-app-template-30682de9a834<p>Even if it doesn&#x27;t help you, I hope that next year when I have a new idea, this will save me many days of getting distracted going down shiny new software technology rabbit holes...

1 comment

tomjacobsover 2 years ago
Not sure how to add links: <a href="https:&#x2F;&#x2F;github.com&#x2F;tjacobs&#x2F;Basic-Web-App-Template" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tjacobs&#x2F;Basic-Web-App-Template</a>