Skip to content

Commit

Permalink
feat: #44 implement matomo integration for api tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbaldi committed May 31, 2020
1 parent c8bea01 commit ec71bf2
Show file tree
Hide file tree
Showing 12 changed files with 572 additions and 198 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ STJÓRNA was created to have an easy product management with the possibility to

STJÓRNA is islandic and means something like manage or store stuff.
The two main goal of STJÓRNA are to be very simple in the setup and configuration effort. The second goal was to publish and share the stored data over an REST API with other applications, maybe your website.
So it is like a CMS for changing data like products or just images on your website.
The implementation on the client side is very easy and do not require much effort.

- Availability of REST API for third-party applications
- Easy setup, you will be ready in minutes
- Language support for German and English
- Possibility to export all your data as a JSON or Excel file
- Open Source software - hosted on Github
- Optional Matomo Tracking over the REST API to monitor loading activity on categories and products

![Screenshot Stjorna](https://stjorna.secanis.ch/docs/images/stjorna_dashboard.png)

## Get Started

Expand Down Expand Up @@ -49,13 +55,14 @@ cd server; npm run test

Do not forget to set the NodeJS production mode: `process.env.NODE_ENV = 'production'`!

### Cofiguration
### Cofiguration & Setup

For more information please have a look on our website: [https://stjorna.secanis.ch](https://stjorna.secanis.ch).
Call `https://<yourStjornaInstance>/setup` to configure Stjorna initially.
For more information please have a look on our documentation: [https://stjorna.secanis.ch](https://stjorna.secanis.ch).

## Contribution

It would be very nice, when you give us a feedback or when you create issues if you detect problems or bugs.
If you want to fix it yourself or you have an idea for something new, please create a PR, that would help us a lot.

Happy Coding <3 ...
Happy Coding <3 ...
Loading

0 comments on commit ec71bf2

Please sign in to comment.