This is the repo for Budget AI app
- Create a Mongodb database named
BudgetAI
- Create a .env file and add the following information
MONGO_URI = <your-mongodb-url>
JWT_SECRET = <your-secret>
OPENAI_API_KEY = <your-openai-key>
- Install dependencies
npm i
- Run the server
npm run dev
- Install dependencies
npm i
- Run the server
npm run dev