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

eddiejaoude/video-fullstack-angular-express-datastax

Repository files navigation

Fullstack app

Using

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

  • list events
  • create event
  • filter events

The web app will be a single page; with search at the top, followed by the form to create an event, then below both of the forms will be a list of the saved events. 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 MVC framework Angular, Material UI Design, 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=m1MFbHbyijQ

screenshot

About

Video fullstack using Angular, Express and DataStax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published