-
Create and connect to a local MySQL database.
-
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:
- Start the backend:
npm start
- Start the frontend:
npm start
- Create unit tests
- Create a login system with Auth0