Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ixoncloud/app-service-logbook

https://marketplace.ixon.cloud/en/apps/service-logbook
https://github.com/ixoncloud/app-service-logbook

Last synced: 1 day ago
JSON representation

https://marketplace.ixon.cloud/en/apps/service-logbook

Awesome Lists containing this project

README

        

# 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.

- [Backend Component Workspace](https://github.com/ixoncloud/backend-component-workspace)
- [Component Workspace](https://github.com/ixoncloud/component-workspace)

## 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
```sh
# Run the backend
make run
```

```sh
# Run the frontend
npm install
npx cdk simulate service-logbook
```