The purpose of this repo is to provide solutions to common
Node JS or rather backend programming concepts. These
are based on the code challenges in the Node.js Design Patterns Book
.
These are all done in TS. To run a specific solution run the following:
I have deliberately kept this a thin repo just more of a reference than anything.
npx ts-node --esm {path_to_file_index}