This is an app that provides funny, non-prfessional investment advice. This app DOES NOT provide real advice. Always consult real licensed financial planner for any financial advice.
advice.mov
- Install Node.js, if you don't have it yet.
- Clone this repository
- Navigate to the project directory
$ cd financial-advice - Install the requirements
$ npm install
- Copy the
.env.examplefile to.envOn Linux systems:On Windows:$ cp .env.example .env
$ copy .env.example .env
- Get your OpenAI API key the place it in the
.envfile created above - Run the app
$ npm run dev
You can access the app at http://localhost:3000!