Skip to content

dori-dev/django-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The fullstack weblog with Django & Vue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published