Creating Thumbnail using Node.js
yarn npm start
POST : http://localhost:3030/thumbnail/create
Body : { "title": "Enter your Title", "avatar": "Enter Avatar Link", "full_name": "Enter Author Name", "creation_time": "Enter Date" }
- Create .env file in root directory
- Copy all data from env.example into .env
- Insert your Aws Credentials.