Skip to content

b14ck-sun/chatbot-django-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[Work in Progress] Chatbot application with RAG capabilites using Django framework for the backend and ReactJS for frontend.

To run:

  1. Install the requirements
        pip install django djangorestframework django-cors-headers
    
  2. Inside front-end folder run the server
        npm install
        npm run dev
    
  3. Inside backend folder run the server
        python manage.py runserver
    
  4. Open http://localhost:5173/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published