Show HN: I made a simple starter web app in Node.js
1 points| tomjacobs | 3 years ago
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't have to write my own cookies etc for saving user login sessions in the browser.
Code is here for download:
https://github.com/tjacobs/Basic-Web-App-Template
https://medium.com/@TomPJacobs/basic-web-app-template-30682de9a834
Even if it doesn'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...
tomjacobs|3 years ago