Skip to content

abbaspour/klid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

Install Dependencies

npm install --production 

Install Typings

npm install -g typescript@next
typings install node --ambient
typings install lodash

Compile TypeScript to JavaScript

tsc

Running

Run Nginx

run nginx following instructions in its readme file

Running Klid

npm start

Testing

Start Local Echo Server

npm run echo

Send HTTP Request to Gateway

curl -v -X GET --header "Accept: */*" --header "Authorization: Basic YW1pbjpqdWxpYQ==" \
    http://localhost:8080/somemodule/somegroup