Creating A Simple Inventory System Part 4 (2020) - NodeJS ExpressJS API

preview_player
Показать описание
This video is part 4 of the Simple Inventory System tutorial series. Part 3 covered creating the database that will store the inventory system's data. In this section, we will be created the API's skeletal structure necessary to connect to the database, install the libraries that will be needed success as express JS, Sequelize, tedious, Bcrypt, and Crypto-js. In this tutorial, we will also create a test API route, port, and verify that the API is working.
Commands Used in Tutorial:
sudo npm install -g npm

npm install express

npm install bcrypt

npm install crypto-js

npm install sequelize

npm install tedious

Рекомендации по теме