Let's build an app with Angular, Express and TypeORM!
In this video we'll be building a full-stack Todo list app using Node, Express, TypeORM and SQLite to create an API and also integrating an Angular app to provide a front-end user interface! 00:00 Intro 00:42 Project Overview 01:35 Setup 05:16 Create Express App 07:14 Connect to the Database 10:20 Creating Interfaces and Data Model / Entity 16:26 Adding Data Model to TypeORM 16:57 GET Todos 20:13 POST Todos 23:27 Angular App Setup 23:56 Create Todo Table Component 29:46 Create Todo Service 35:35 Create New Todo Function 43:46 PATCH Todos 46:54 DELETE Todos 48:34 Adding additional Calls to service 50:58 Creating table events 53:52 Catching events 57:23 Styling In this full-stack tutorial we're going to be creating a pretty basic Todo list app which will actually be powered by a REST API that we are going to create. The API will be simplified by using an ORM (TypeORM) to handle the data that will be put into and retrieved from the database. The real point of the tutorial here isn't to create an impressive looking app but more how you can quickly and easily setup your own APIs to work with data in your projects, rather than spending lots of time working on setting up a database like creating tables and so forth. The ORM will save us loads of time because we won't have to actually worry about how the data is stored and retrieved from the database.
Download
0 formatsNo download links available.