PostGRES server in the backend, make sure postgres is installed and a database with the name as set in server/config.py.
Initialize database with
python server/migrate.py initstart backend server with
python server/app.pyensure you have an OpenAI API Key environment variable or the AI Assistant will not work (OPENAI_API_KEY)
Quick start:
npm install
npm run devBuild:
npm run build
npm run preview