/chatbots_api

Primary LanguageJavaScript

Deploying with Serverless Framework

  1. Node.js and npm: Ensure you have Node.js and npm installed. If not, download and install them from here.

  2. AWS CLI: Ensure you have the AWS CLI installed and configured with the necessary access rights. If not, follow the guide here.

  3. Pinecone: Open a free Pinecone account and create an index

  4. Database: Create a free Postgres db with Vercel

  5. Setup env: See .env.example

  6. Deploy with Serverless:

    1. npm i
    2. npm install -g serverless
    3. sls deploy