A Dockerized Vendure project for seamless database schema synchronization and easy production deployments.
Clone this repository and navigate to the project folder.
The Makefile
includes a set of commands designed to simplify the build and deployment process. Below are explanations for the key commands:
Starts up the necessary services for development, including the database and server. If the database is not already synchronized, it will be.
make up
Stops all running services and cleans up Docker assets.
make down
Restarts all services. This is equivalent to running make down
followed by make up
.
make restart
Resets the database by removing its Docker volume. Use this if you need to start with a fresh database.
make reset-db
Deploys the application in a production environment. This will use production settings and services as defined in your configuration.
make deploy
For in-depth information and guidelines on developing with Vendure, please refer to the official Vendure Documentation.
This resource provides comprehensive tutorials, API references, and best practices to help you better understand and efficiently work with Vendure.