A very basic express http server starter with Typescript, Express, and Zod
- Install dependencies:
npm install
- Compile typescript with watch mode:
npm run watch
- Run server with watch mode:
npm run dev
NodeJs application to upload image/png blob to Azure Blob storage and get list of uploaded files
TypeScript