/static-file-host

basic Utility server for hosting gltf static files using express.js aand multer

Primary LanguageTypeScript

File upload with Node, Express, Mutler, Typescript

Deploy

LIVE DEMO

  1. Install nodejs (version 14+).
  2. Go to project directory, run npm install.
  3. Start the application, run npm start.
  4. Go to localhost:3000

API End Points

  1. Upload an image via localhost:3000/upload, file field.
  2. Get a single image via localhost:3000/{id}.gltf.

License

MIT License