/Hacklist-back

Back-end for Hacklist app

Primary LanguageJava

  1. Create database for this project.
  2. Create 'persistence.properties' and 'liquibase.properties' files based on their origins.
  3. Create web-server configuration with 'clean install' maven goal.
  4. Run 'clean compile' maven goal with active 'ddl-migration' maven profile
  5. Run 'clean compile' maven goal with active 'seeds-migration' maven profile
  6. Enjoy!