Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 362 Bytes

readme.md

File metadata and controls

39 lines (26 loc) · 362 Bytes

Backend

Install ChromDB

pip install chromadb

Install Backend Packages

npm i

Start The ChromDB Server

chroma run --path /db_path

Start The backend devlopment server

npm run dev

Frontend

Go to frontend folder

cd ./frontend

Start Devlopment Server

npm start