Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 456 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 456 Bytes

--------------Thisrepository is under development--------------

Creating The application using command line.

Setting Up The Project (Commands)

> npm init
> npm install typescript tslint --save-dev
> tsc --init
> npm i @types/express @types/node --save-dev

Creating The Server

> npm i inversify inversify-express-utils reflect-metadata --save
> npm i dotenv --save

Configuring The Server

> npm install cors