Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 370 Bytes

File metadata and controls

28 lines (19 loc) · 370 Bytes

Udagram Image Filtering Microservice

TODO completed in server.ts

Github

Deployment

  • Find the screenshot in /deployment_screenshots
  • URL: udagram-image-filter-sjames.us-east-1.elasticbeanstalk.com

Build/Deploy

npm i
npm run build
eb init
eb create
eb deploy

Run

npm run dev