The application is implemented using Serverless Express.
Clone repo and install NPM dependencies
git clone [email protected]: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