OliverMensahDev / IeeeTechMeetup

Codebase for building JAMstack application on DigitalOcean during IEEE Tech Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

IeeeTechMeetup

About

Codebase for building JAMstack application on DigitalOcean during IEEE Tech Workshop


Languages

Language:HTML 58.6%Language:JavaScript 41.4%