Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1022 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 1022 Bytes

Building JAMStack Application using DigitalOcean services

A sample repository using DigitalOcean Cloud Functions, Spaces, Managed Database and App plaform to build JAMstack Application

  • Create mongo db cluster and database: Data to be imported into the mongo db document is a json array of event object with image and description as properties.
  • Create spaces and upload those images. Get their urls and use that to create the data.
  • Import the data into the database document
  • Write cloud function to read the data and deploy the function
  • Use JavaScript to connect to the function and display the data in your web UI
  • Push the Code to github repository
  • Deploy to App platform

Approach