Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 611 Bytes

File metadata and controls

38 lines (26 loc) · 611 Bytes

This Repo contains the Skeleton code for API Starter pack

Clone

Use the below command to clone this repo

git clone https://github.com/College360/API.git

Install dependencies

Install the dependencies using the below command

npm install 

Install serverless Cli

Install serverless Cli using the below command

npm install -g serverless

Run the serverless Lambda locally

Run the serverless Lambda locally using the below command

serverless invoke local --function helloworld

Run Unit Tests

Run the unit tests using the below command

npm run test