This repository contains the sorce code for BackendBuddy (Frontend).
BackendBuddy transforms how businesses interact with data by building a system where non-tech savvy users can query an e-commerce database using simple, everyday language.
Conversing with an E-commerce database
AI/ML
- Implement an AI agent to convert natural language queries into SQL.
- Design a user-friendly chat interface.
- Provide a demo e-commerce database.
- Include a tutorial or help feature for new users to learn the system.
Suspended
🟢 - Done 🟡 - In Progress 🔴 - Not Started
Users can:
- Get products 🟡
- Get product collections 🟡
- Interact with an AI that manages store operations for them 🟡
- Frontend - React
- Backend - ChatGPT API, NodeJS, MongoDB
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm start
# build for production and launch server
$ npm run build