Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 774 Bytes

File metadata and controls

30 lines (22 loc) · 774 Bytes

SpringAccounting

Authors

  • Jonathan Pasquin
  • Lucas Catchlove

Pre-requisites

  • Docker Desktop
  • yarn
  • git

Setup Instructions

Cloning the Repository

  1. Clone this repository.
  2. Go to the root of this repository.

Building and Starting Services

  1. Run yarn docker to start and build all services.
  2. Run yarn setup-backend for initial backend configuration.
  3. Run yarn setup-frontend for initial frontend configuration.

Accessing the Frontend

  1. Go to http://localhost:8123 and you should see the frontend.

Coding and Development

Accessing Command Line Interfaces

  • You can access the frontend command line using yarn ssh node.
  • You can access the backend command line using yarn ssh node_backend.