Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 371 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 371 Bytes

Kwaai ai-assistant ui

How to start the application

  • Install packages

npm i

  • Start the postgres container

docker-compose up -d

  • Migrate Database tables (users, user_credentials)

npx prisma migrate dev --name init

  • Start the backend expressjs server

node .\src\server.js

  • Start the Rectjs frontend

npm start