itoldya / manychat-home-valuation-app

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

Home Page:https://www.notion.so/ManyChat-Home-Valuation-App-3d10b997d0ee407291ccf7c3eda1ce08

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.notion.so/ManyChat-Home-Valuation-App-3d10b997d0ee407291ccf7c3eda1ce08


Languages

Language:JavaScript 98.0%Language:Shell 2.0%