iAdopt is a chatbot tool that helps animal shelters to find the best match for their animals and potential adopters using ChatGPT.
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
npm run dev
npm run build
npm run start