raulbojalil / serverless-jamstack

Contains sample code for a serverless Jamstack tutorial published on docs.digitalocean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains sample code for a serverless Jamstack tutorial that teaches users how to intergrate serverless functions into their Jamstack site. The tutorial will be published soon at docs.digitalocean.com.

Once you complete the tutorial, the sample website contains:

  • DigitalOcean Serverless Functions (written in node) as a replacement for traditional backend APIs. The functions retrieve content from a MongoDB and render it on a static HTML page.
  • A static HTML website that uses CSS Bootstrap elements for styling and Axios to invoke the functions. The site contains a few JS scripts to dynamically render content.

About

Contains sample code for a serverless Jamstack tutorial published on docs.digitalocean.com


Languages

Language:JavaScript 49.0%Language:HTML 36.9%Language:CSS 14.1%