Skip to content

App to create AI chatbots made with Next 13, ChatGPT, MongoDB and Nodemailer.

Notifications You must be signed in to change notification settings

Lithos-hub/iAdopt-LandingApp

Repository files navigation

iAdopt

iAdopt

iAdopt is a chatbot tool that helps animal shelters to find the best match for their animals and potential adopters using ChatGPT.

Installation and setup

npm install

Rewrite the .env.example file to .env.local and fill in the required fields.

OPENAI_API_KEY=sk-...
DB_URI=mongodb://... // for Mongo ATLAS db
# DB_URI=mongodb://localhost:27017/iadoptv2 // for local db
API_URL=http://localhost:3000/api
BASE_URL=http://localhost:3000
[email protected] // email address that will send the emails
SENDGRID_API_KEY=SG. ... // sendgrid api key

Usage

npm run dev
npm run build
npm run start

About

App to create AI chatbots made with Next 13, ChatGPT, MongoDB and Nodemailer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published