Using
- Angular
- Express
- DataStax's cloud NoSQL database Astra DB http://links.eddiejaoude.io/t/as9YPlSpoZXc
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