/node-azure-file-upload

NodeJs application to upload image/png blob to Azure Blob storage and get list of uploaded files

Primary LanguageTypeScript

ts-express-starter

A very basic express http server starter with Typescript, Express, and Zod

How to use:

  1. Install dependencies: npm install
  2. Compile typescript with watch mode: npm run watch
  3. Run server with watch mode: npm run dev