Skip to content

0000001abhishek-debug/Chat-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Chatbot Application

Full-stack chatbot with React frontend and Node.js/Express backend.

Setup

Backend

cd backend
npm install
# Create .env
PORT=3000
MONGO_URI=mongodb://localhost:27017/chatbot

npm start

Frontend

cd frontend
npm install
npm run dev

Backend: http://localhost:3000
Frontend: http://localhost:5173

API

POST /bot/v1/message

{ "text": "Your message" }

Scripts

Backend: npm start
Frontend: npm run dev | build | preview | lint

License

ISC

About

A code repo for MERN series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors