Skip to content

thiennbao/zundamath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zundamath

How to run

Client side: Vue

🫛 Go into client's directory

cd client

🫛 Install dependencies

npm install

🫛 Run the client

npm run dev

Server side: Node + Express + Mongo

🫛 Go into server's directory

cd server

🫛 Install dependencies

npm install

🫛 Run the server

npm run dev

Chatbot service: Flask

🫛 Go into service's directory

cd service

🫛 Install requirements

pip install -r requirements.txt

🫛 Run the server

flask run --debug

About

🫛 Simple maths chatbot for Machine Learning project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors