RealityPOS local export

This bundle is prepared so Ivan can download it, extract it locally, open it in VS Code, and run it with minimal nonsense.

Download realitypos-local.tar.gz

Fast start

  1. Download the tarball.
  2. Extract it.
  3. Open the extracted folder in VS Code.
  4. Make sure Node.js and PostgreSQL are installed locally.
  5. Create DB: createdb realitypos_local
  6. Run: ./start-local.sh

Default local logins

If PostgreSQL credentials differ on your PC, edit .env.local first.