Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.15 KB

ManyChat Home Valuation App

Build Status Coverage Status

Links

How to run

The application is implemented using Serverless Express.

Clone repo and install NPM dependencies

git clone git@github.com:itoldya/manychat-home-valuation-app.git
cd manychat-home-valuation-app

Create .env file with your AWS credentials

AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXXXXX
AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Run application in dev mode. If you are running serverless for the first time, just do serverless login and follow the instructions.

serverless dev