Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 421 Bytes

File metadata and controls

38 lines (28 loc) · 421 Bytes

NodeJS RESTful APIs

This is my experiment to build RESTful APIs using NodeJS, Typescript, TypeORM, Oracle database.


Installation

sudo chmod 755 install.sh
./install.sh 
npm install typeorm --save
npm install reflect-metadata --save
npm install @types/node --save-dev
npm install oracledb --save
typeorm init
npm install --save sequelize