Skip to content

epaulferrer/ms3-coding-challenge

Repository files navigation

Setup and configuration

Download following requirements:

  • Mavenhere
  • JDK8 here
  • MySQL Server Community edition.here
  • Mulesoft Mule 3.9 and Studio 6.6here
  • Mule Runtime 3.9.4 EE

How to run

  1. Download all requirements.
  2. Clone ms3-coding-challenge
  3. Run mysql server in localhost
    • Create user root with optional password
  4. Initialize MS3 Database; script can be found in the database folder.
    • ./ms3.sql
  5. Open/Import the project in Anypoint Studio 6
    • setup the db user, host, port, pass with your preferences in mule-app.properties.
    • Let the project download the maven dependecies.
  6. Once complete you can now run the project test suites.
    • open src/test/munit/v1-contacts-apikit-test.xml
    • right click workspace
    • Click Run MUnit Suite
  7. Once the Unit is complete you can now run the project
    • open /ms3-coding-challenge/src/main/app/experience/v1-contacts.xml
    • right click on the workspace
    • click Run project ms3-coding-challenge
    • open your browser and visit http://localhost:8081/v1/console/
  8. Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors