Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 699 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 699 Bytes

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