It's a project that combines artificial intelligence with online learning
frontend: vue-cli 4.3.1 + element-ui 2.3.1
backend: Django 3.1
database: Mysql
-
clone the repo
git clone https://github.com/sine-fandel/aielearning.git
-
run front-end code in localhost:8080
cd frontend npm run build
-
run backend code
cd backend python3 manage.py runserver localhost:8000
-
visit localhost:8080 in browser
The frontend is deployed on the GitHub page
The backend is deployed on the python anywhere
Click here to visit the demo