All Projects → pymike00 → QuestionTime

pymike00 / QuestionTime

Licence: other
📚 Quora-like Single Page Application built with Django, Django REST Framework and Vue JS

Programming Languages

python
139335 projects - #7 most used programming language
Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to QuestionTime

Vue Admin Beautiful
🚀🚀🚀vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三者并行开发维护,同时支持电脑,手机,平板,切换分支查看不同的vue版本,element-plus版本已发布(vue3,vue3.0,vue,vue3.x,vue.js)
Stars: ✭ 10,968 (+14331.58%)
Mutual labels:  vue-cli, vue3
vue3-jd-h5
🔥 Based on vue3.0.0, vant3.0.0, vue-router v4.0.0-0, vuex^4.0.0-0, vue-cli3, mockjs, imitating Jingdong Taobao, mobile H5 e-commerce platform! 基于vue3.0.0 ,vant3.0.0,vue-router v4.0.0-0, vuex^4.0.0-0,vue-cli3,mockjs,仿京东淘宝的,移动端H5电商平台!
Stars: ✭ 660 (+768.42%)
Mutual labels:  vue-cli, vue3
chengpeiquan.com
My personal website. Base on Vite 2.0 and Vue 3.0. If you want to know how to use Vite to develop a project, you can refer to this repository.
Stars: ✭ 43 (-43.42%)
Mutual labels:  vue3, vue-3
vue-admin-better
🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro
Stars: ✭ 12,962 (+16955.26%)
Mutual labels:  vue-cli, vue3
vue3-element-admin
🎉 基于 vite2 + vue3 + element-plus 的后台管理系统vue3-element-admin;使用vue-cli可以切换webpack分支
Stars: ✭ 79 (+3.95%)
Mutual labels:  vue-cli, vue3
uni-chat
uni-app + vue3.0 + typescript + vue-cli 仿手机QQ聊天 qq表情包
Stars: ✭ 55 (-27.63%)
Mutual labels:  vue-cli, vue3
BoBo-Vue-Admin
😎 vue-cli (4.x) + ts + CrudTable + FormDesigner (开箱即用,企业级开发种子框架,附带表单表格生成器,一键Crud)😎
Stars: ✭ 33 (-56.58%)
Mutual labels:  vue-cli, vue3
vue-bootstrap-boilerplate
📦 Vue 2/3, Bootstrap 5, Vuex, Vue-Router, Sass/Scss, ESLint, Axios (switch to vue3 branch)
Stars: ✭ 86 (+13.16%)
Mutual labels:  vue-cli, vue3
Vue3 News
🔥 Find the latest breaking Vue3、Vue CLI 3+ & Vite News. (2021)
Stars: ✭ 2,416 (+3078.95%)
Mutual labels:  vue-cli, vue3
jetstream-inertia-generator
Laravel 8 Admin CRUD generator built with Jetstream, Inertia js, Vue 3 and Tailwindcss 2
Stars: ✭ 105 (+38.16%)
Mutual labels:  vue3
vue3-element-plus-im
vue3-element-plus-im vue3.0 element-plus vue-cli vue-router vuex composition-api axois websocket 即时聊天 前端vue 后端java springboot netty 即时通讯 chat
Stars: ✭ 93 (+22.37%)
Mutual labels:  vue3
vue-cli-template-library
Template for developing open-source vue.js libraries with Rollup + Jest + Babel + Storybook + TravisCI + SemanticRelease
Stars: ✭ 61 (-19.74%)
Mutual labels:  vue-cli
drf-starter-template
DRF Starter Template with drf-yasg, heroku deployment ready config, CORS config
Stars: ✭ 25 (-67.11%)
Mutual labels:  django-rest-framework
insta-share
Instant File Sharing powered by IPFS Networks. Build with Vue 3 and ViteJS
Stars: ✭ 53 (-30.26%)
Mutual labels:  vue3
fastadmin
vue3 + element-plus fast admin scaffold, 基于vue3和ElementPlus的中后台快速应用脚手架
Stars: ✭ 50 (-34.21%)
Mutual labels:  vue3
inertiajs-tables-laravel-query-builder
Inertia.js Tables for Laravel Query Builder
Stars: ✭ 391 (+414.47%)
Mutual labels:  vue3
myown
Blog 分享一些前端的知识,流行库的源码阅读,前端可做的性能优化,SVG动画小知识。
Stars: ✭ 64 (-15.79%)
Mutual labels:  vue3
vue-component-lib-starter
A bare-bones example of creating your own Vue component library.
Stars: ✭ 221 (+190.79%)
Mutual labels:  vue3
kendo-vue
Issue tracker - Kendo UI for Vue http://www.telerik.com/kendo-vue-ui/
Stars: ✭ 49 (-35.53%)
Mutual labels:  vue3
radishes
Cross-platform copyright-free music platform(跨平台的无版权音乐平台). 支持 windows / macos / linux / web
Stars: ✭ 212 (+178.95%)
Mutual labels:  vue3

QuestionTime

A Quora-like Single Page Application built with Django, Django REST Framework and Vue JS

This is the source code of the Final Project of my Udemy Course "The Complete Guide to Django REST Framework and Vue JS", where you can learn how to build professional Single Page Applications with Django and Vue JS.

This is an intermediate/advanced level course, therefore knowledge of Python, Django, HTML, CSS and JavaScript is assumed.

Enroll now if you want to learn how to build professional REST APIs with Django REST Framework, powerful Reactive Components with Vue JS and Single Page Applications like this one using both Django and Vue JS.

The course is available in both English and Italian:

English Version: ENROLL NOW

VERSIONE ITALIANA: ISCRIVITI ORA

Hot to set up the project to run on your local machine?

Download the code to your PC, unpack the zip and move inside the folder.

Create a new Python Virtual Environment:

python3 -m venv venv

Activate the environment and install all the Python/Django dependencies:

source ./venv/bin/activate
pip install -m ./requirements.txt

Apply the migrations as usual.

Time to install the Vue JS dependencies:

cd QuestionTime/frontend
npm install

Run Vue JS Development Server:

npm run serve

Run Django's development server:

python manage.py runserver

Open up Chrome and go to 127.0.0.1:8000 and the app is now running in development mode!

Would you like to learn how to create powerful Single Page Applications like this one on your own?

I have got the course for you!

Click HERE to Enroll Now!

30 Day Money Back Guarantee.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].