JavaScript version of my lenscalculator backend
| backend.js | Changed port to 8080 since 80 did not work on Windows. | |
| LICENSE | First commit. I extracted the JS from the TS version after compiling it to JS and cleaning up the code a bit. | |
| package.json | Removed keywords only useful for TypeScript. | |
| README.org | Made clear this is only a backend and that I made it for demonstrating a backend in JS for my students with npm, node and express. | |
Lenscalculator
Overview
This is the JavaScript version of a lens calculator backend I originally made with TypeScript. It uses Express, node and npm. I made this JavaScript version for demonstration purposes with my students.
License and copyright
All the files in this project are licensed under the Affero GPL version 3 or later. See the LICENSE file.
Copyright 2024 Einar Mostad