/product-farm

Product-FARM : Product Functionality, Attribute and Rule Management System

Primary LanguageKotlinApache License 2.0Apache-2.0

Product-FARM

Product Functionality, Attribute and Rule Management System

ADR:

Local setup

DB setup

  • install postgres
  • create a user postgres with password admin
  • create db product_farm

Install env plugin for intelliJ

Run Service

  • Use Run Configuration to create an Application for database module
    • add local.env as envfile
  • Run this, this should migrate all of the migrations present
  • Use Run Configuration to create an Application for manager module
    • add local.env as envfile
  • Running this should run a local api server

Test

  • source bin/env-setup.sh; mvn test