This project contains a Django Rest API with a React frontend. Users are able to signup and login to their account. Teeachers are able to create quizes. Students are able to answer those quizes and view their results.
virtualenv -p [python version] env
source env/bin/activate
pip install -r requirements.txt
python manage.py migrate --run-syndcb
python manage.py runserver
npm i
npm start
npm run build
-
Django ~ 2.2 >
-
Python ~ 3.6 >
-
node ~ 16.x.x >
-
npm ~ 6.x.x >