Skip to content

sittingthyme/Reading-Comprehension-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reading-Comprehension-Chatbot

  1. Make sure python is downloaded
  2. Open my-chatbot folder
  3. Open terminal/command prompt
  4. Run this command: cd src
  5. Run this command: npm run dev
  6. Open a new tab in your command prompt/terminal
  7. Run this command: cd backend
  8. Run this command: python3 -m venv venv (mac) or python -m venv (windows)
  9. Run this command: source venv/bin/activate
  10. Run this command: python manage.py runserver
  11. Go to the local that they give you after running npm run dev.

To view db: http://127.0.0.1:8000/admin/login/?next=/admin/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published