/manychat-home-valuation-app

Home Valuation App - is a simple ManyChat Application that allows you to get a home valuation for a specified address.

Primary LanguageJavaScript

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