Skip to content

Latest commit

 

History

History
87 lines (65 loc) · 3.14 KB

README.md

File metadata and controls

87 lines (65 loc) · 3.14 KB

Contributors Forks Stargazers Issues MIT License


Logo

Marketron

This is application is a main entry point for Marketron application. It handles user management, template management with template editor and admin dashboard.

About The Project

This service handles authentication, users, templates.

(back to top)

Getting Started

The quickest way to setup the project is using docker-compose.

docker-compose up -d --build

Once you set up the environment with Docker compose, first create .env file (cp .env.example .env) and replace values with your settings.

After that, run the following Artisan commands to migrate and populate your database:

php artisan migrate --seed

Environmental variables

IMAGE_ENGINE_URL - URL of the image engine