Skip to content

shanktt/myAITutor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chimpbase.com 4/22-7/22

Watch the video

DevSetup

Api (backend)

Using python verison 3.8.1

cd api
python -m venv .venv
source .venv/bin/activate
pip intall -r requirements.txt
flask run

Web (frontend)

cd web
npm i
npm run dev

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.1%
  • Python 28.7%
  • TypeScript 1.1%
  • CSS 0.6%
  • HTML 0.3%
  • SCSS 0.2%