• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Serverless Applications with Node.js: Structure of Pizza API

 
Ranch Hand
Posts: 108
2
Netbeans IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Slobodan Stojanovic and Aleksandar Simovic,

At first thing, I want to ask a question regarding the book sections that included in first chapter.

As show in the Pizza API (below), there are several files grouped into package. Similiarly, a data folder is being used to store static files and data in it. Currently, it uses pizzas.json.

What else can we place into [data folder] ? Is it for database oriented storage location or  general documents?

In addition to the above, Amazon S3 buckets only allows connection for a presigned URL; images and thumbnails. The both created under folder inside S3.

I want to get more information for the use of ImageMagick in image processing. The question will be. "Why would we use convert function as always to resize in thumbnails?"



Thank you


 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic