# setup env variables
cd backend/
touch .env
# add following env variables
JWT_SECRET='your_jwt_secret'
NODE_ENV='development || production'
OPENAI_API_KEY='your_openai_api_key'
PORT=5000
MONGO_URI='your_db_url'
This repository has been archived by the owner on May 30, 2024. It is now read-only.