Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

eddiejaoude/video-fullstack-sveltekit-datastax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack app

Using

In this tutorial you will learn how to build a fullstack app using SvelteKit (Svelte) with DataStax's cloud NoSQL database Astra DB. The features we will be building are:

  • list developers
  • create developer
  • filter developers

The web app will be a single page; with search at the top, followed by the form to create a developer, then below both of the forms will be a list of the saved developers. The web app will load the list of events over the RESTful API using a GET request, which is the same for the search form. When submitting a new event via the form, the web app will send a RESTful POST request to the API which will save the body of the POST request in the database.

By using these open source tools such as SvelteKit, Bootstrap, RESTful APIs and NoSQL database, you will be gaining a foundation for making most apps, allowing you to create your ideas into real projects.

YouTube Video https://www.youtube.com/watch?v=0wk1DlprWfc

screenshot

About

Video fullstack using SvelteKit (Svelte) with Bootstrap and DataStax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published