Hello Internet,
In this video, we are going to create REST Api using Nodejs and Nestjs framework. We will be using sqlite for persistence storage and Typeorm for database operations.
Nodejs:
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Nestjs:
A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
Sqlite:
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day.
Typeorm:
TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript (ES5, ES6, ES7, ES8). Its goal is to always support the latest JavaScript features and provide additional features that help you to develop any kind of application that uses databases - from small applications with a few tables to large scale enterprise applications with multiple databases.
Useful links:
Nodejs - https://nodejs.org/en/
Sqlite - https://www.sqlite.org/index.html
Typeorm- https://typeorm.io
Thanks for watching! Please like & subscribe for more content like this.