Skip to content

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

Notifications You must be signed in to change notification settings

adrian-frugtniet/serverless-jamstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.5%
  • CSS 15.2%
  • HTML 10.3%