Skip to content

ixoncloud/app-service-logbook

Repository files navigation

IXON Service Logbook

Welcome to the workspace for developing the backend and frontend component for the IXON Service Logbook.

Basic information

Basic information on how to develop this app can be found in the workspace repositories.

Getting started

To get started, download this project as a ZIP, and extract it to your desired location.

To run the project, no additional commands are required, as this is automatically sets up your virtual environment and installs dependencies.

You will need 2 terminals

# Run the backend
make run
# Run the frontend
npm install
npx cdk simulate service-logbook