Skip to content

hmxxu/Finance_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run

  1. Create and connect to a local MySQL database.

  2. Create a .env file with the following contents:

DB_HOST=localhost
DB_USER=root
DB_PASSWORD="{your password}"
DB_NAME="{your db name}"
OPENAI_API_KEY="{your openai api key}"

Make sure "gpt-4o-mini" and "text-embedding-3-small" is in the allowed models list in your openAI project settings: alt text

  1. Start the backend:
npm start
  1. Start the frontend:
npm start

Next Steps

  • Create unit tests
  • Create a login system with Auth0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published