Skip to content

A bootstrap for Django using vue for the public frontend

Notifications You must be signed in to change notification settings

chris-lu/django-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Vue Integration

Project Setup

1. Clone this repository

git clone <repository_url>
cd <repository_directory>

2. Backend initialization (Django)

poetry install
poetry run python manage.py makemigrations
poetry run python manage.py migrate
poetry run python manage.py createsuperuser

3. Run the Backend

poetry run python manage.py runserver

4. Frontend initialization (VueJS 3.0)

cd frontend
npm install

5. Run the Frontend (VueJS 3.0)

cd frontend
npm run dev

6. Verify the Deployment

Navigate to your server address in your preferred browser:

http://127.0.0.1:8000
OR
http://localhost:8000

Acknowledgments

Inspirations

Enjoy!

About

A bootstrap for Django using vue for the public frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published