Skip to content

merveealpay/django-vue-question-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

DRF and Vuejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published