Code Monkey home page Code Monkey logo

questiontime's Introduction

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.

questiontime's People

Contributors

pymike00 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.