Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 763 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 763 Bytes

Build & Run Instructions

App Rational

For this app I chose to go with a NodeJS Express Handlebars stack. Given the small nature of this app Handlebars is a great lightweight solution to handle frontend/server side logic. I chose to run with javascript instead of typscript or a higher es^ since there was a limitted code base to maintain. The open source community within the nodeJS infastructure makes it simple to handle simple CRUD operations.