QuestionTime app is single page application build following the lesson https://www.udemy.com/course/the-complete-guide-to-django-rest-framework-and-vue-js/
Main features:
- User registration so the only registered users can access QuestionTime app;
- Login and logout;
- Ask a new question;
- Give answer to the existing question;
- Edit or delete existing question;
- Like other people answers via Like button.
- Frontend: vue.js and Bootstrap 5
- Backend: Python with Django and REST frameworks
- DB: SQLite
To launch QuestionTime app open terminal and execute command: python manage.py runserver
Link in browser most likely will be http://127.0.0.1:8000/
