Skip to content

definecoder/BudgetAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is an expense manager app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published