Skip to content

jtihomirovs/question-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

QuestionTime app

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/

QuestionTime app

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.

Technology stack

  • Frontend: vue.js and Bootstrap 5
  • Backend: Python with Django and REST frameworks
  • DB: SQLite

Running Application

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/

"Question Time"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors