The project uses serverless-offline for mocking the AWS API Gateway and Lambda services.
First, install the serverless client by running
npm install -g serverless
npm installTo start the offline server, run npm start or serverless offline start.
To deploy to AWS, run serverless deploy and follow the instructions.