This repository contains the files needed for the backend of the Coffee App Netlify is being used to run the LAMBDA functions and Contentful to manage and host the content.
Demo URL:
Get products ( types of coffees )https://coffeappbackend.netlify.app/.netlify/functions/server Get ingredietns https://coffeappbackend.netlify.app/.netlify/functions/server/extras
Netlify as a serverless service Contentfull as a CMS to CRUD products and orders
npm i && npm run start
Fork this repository and then create a new build site into your netlify account if you configure it correctly every time you push to master the site should be deployed.