Requires environment variables from Open AI's APIs, set values for these 2 keys in an .env file at the root directory of the project:
- `OPENAI_API_KEY`
- `ORGANIZATION`
- Step 1: `npm start` to start the backend express server
- Step 2: `npm run dev` to run the app