Skip to content

simon-ricketts/django-vue-docker-template

Repository files navigation

Django + Vue + Docker template

General usage

Enter the following commands via the terminal to setup the template for usage:

LOCAL/DEVELOPMENT

1. make build - Build the Django, Vue and DB Docker images
2. make up - Run the Django, Vue and DB containers
3. make migrate - Apply migrations to the DB

PRODUCTION

1. make build-prod - Build the Django, nginx and DB Docker images
2. make up-prod - Run the Django, nginx and DB containers

About

Just a template to initialise Django + Vue projects via microservices using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors