File upload with Node, Express, Mutler, Typescript
- Install nodejs (version 14+).
- Go to project directory, run
npm install
. - Start the application, run
npm start
. - Go to
localhost:3000
API End Points
- Upload an image via
localhost:3000/upload
, file field. - Get a single image via
localhost:3000/{id}.gltf
.