/django-vue

The fullstack weblog with Django & Vue.

Primary LanguageVue

Fullstack Django & Vue

The fullstack weblog with Django & Vue.

How to Run Project

Download Codes

git clone https://github.com/dori-dev/django-vue.git
cd django-vue

Build Virtual Environment

python -m venv env
source env/bin/activate

Install Project Requirements

pip install -r requirements.txt

BackEnd

cd backend

Migrate Models

python manage.py migrate

Add Super User

python manage.py createsuperuser

Run Project

python manage.py runserver

Frontend

cd ..
cd frontend

Project Setup

npm install

Compiles Development

npm run serve

Compiles for Production

npm run build
npx serve dist

Open On Browser

Development: localhost:8080
Production: localhost:3000

Links

Download Source Code: Click Here

My Github Account: Click Here