Run the Example Node.js ExpressJS server
masterTo run the demonstration server which provides an API endpoint for receiving uploaded images, use the following commands in the example-express-server directory:
- Install dependencies using
yarn install. - Start the development server using
yarn dev.
yarn install
yarn dev