Create REST API using Nodejs and express

Опубликовано: 16 Февраль 2025
на канале: AllMight Academy
3,273
74

Hello Internet,

In this video, we are going to create REST Api using Nodejs and expressjs framework. We will be using sqlite for persistence storage. We will be using Sequelize ORM for database operations.

Nodejs:
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Express:
Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile 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.

Sequelize:
Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more.

Useful links:
Nodejs - https://nodejs.org/en/
Express - https://expressjs.com/
Sqlite - https://www.sqlite.org/index.html
Sequelize - https://sequelize.org/

Git Repository - https://github.com/AllMightAcademy/Po...
Branch Name - 1-post-api-setup

Thanks for watching! Please like & subscribe for more content like this.