Skip to content

akunna1/AI-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • npm install -g @vue/cli
  • vue creat aichatbot
  • (choose default settings)
  • cd aichatbot
  • npm install axios (to fetch APIs)
  • create backend folder
  • npm install express cors body-parser dotenv open
  • npm init