Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 614 Bytes

development.md

File metadata and controls

14 lines (11 loc) · 614 Bytes

Development Notes

Frontend of the application is developed separately.

The setup requires following steps:

  1. configure the application according to Setup Guide
  2. configure config.properties to contain security.sameSite=None
    This is important if you are running the application over http so web browser would not block requests to the server due to CORS policy.
  3. build the backend mvn clean package
  4. Run the created application archive (./target/record-manager.jar)
  5. Checkout and run frontend

Alternatively to step 2, a browser plugin can be used to disable CORS policy.