Nagesh Muralidhar
Commiting fastapi code
273a5e1
raw
history blame contribute delete
410 Bytes
{
"name": "rag-system",
"version": "1.0.0",
"description": "RAG Q&A System",
"scripts": {
"start-backend": "nodemon --exec python api.py --ext py",
"start-frontend": "cd frontend && npm start",
"dev": "concurrently \"npm run start-backend\" \"npm run start-frontend\""
},
"devDependencies": {
"nodemon": "^3.0.3",
"concurrently": "^8.2.2"
}
}