Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.1 KB

File metadata and controls

36 lines (28 loc) · 1.1 KB

BudgetAI

This is the repo for Budget AI app

Setting up the project & database

  • 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>

Running the server

  • Install dependencies
    npm i
  • Run the server
    npm run dev

Running the client

  • Install dependencies
    npm i
  • Run the server
    npm run dev