Skip to content

How to use a serverless database with DataStax and Netlify Functions

Notifications You must be signed in to change notification settings

Bash-KZ/serverless-database

 
 

Repository files navigation

To start this app:

npm i

This will install the packages you need

fill out the .env file

Fill this out by signing up to DataStax and getting the information you need as per the .env.sample template.

netlify dev

This will run as if you deployed your app onto Netlify (but in dev mode). It will also use your .env content.

We build an App using the same database management system used by Apple, Spotify, Netflix, Ebay and so many more.

This tutorials aim is to teach you how to build apps using serverless databases in a simple and easy way. A prior knowledge of React is the only thing you will be needing to start this tutorial!

I have built this app using:

Video Content:

  • 00:00: Introduction
  • 02:04: Signing up to our Serverless Database
  • 04:17: Creating our React App
  • 06:43: Using Netlify Serverless Functions
  • 13:16: Using the astrajs/collection package to communicate with our database

If you did like this video, please hit the Like and Subscribe button so I know to make more!

About

How to use a serverless database with DataStax and Netlify Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.2%
  • HTML 32.0%
  • CSS 17.3%
  • Shell 4.5%