Skip to content
/ examples Public

A collection of example apps demonstrating features and concepts in and around NAIS.

License

Notifications You must be signed in to change notification settings

nais/examples

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2025
Mar 21, 2025
Mar 13, 2025
Apr 1, 2025
Apr 1, 2025
Apr 2, 2025
Jul 2, 2021
Jun 30, 2021
Feb 28, 2024
Jul 11, 2024

Repository files navigation

Really NAIS examples

A collection of example apps demonstrating features and concepts in and around NAIS.

Example Language Description
shop-frontend Next.js A simple webshop using NAV's design system and Tailwind CSS
shop-backend Kotlin A simple Spring Boot API with a PostgreSQL database
sentiment-api Kotlin A simple Spring Boot API with Google Cloud Sentiment Analysis

A high-level overview of the example apps and their dependencies:

Loading
---
config:
    flowchart:
        defaultRenderer: elk
---
graph LR
  subgraph Browser
    A(React.js)
  end

  subgraph Frontend
    B(Next.js)
  end

  subgraph Backend
    C(Spring Boot)
    D(PostgreSQL)
  end

  subgraph Sentiment API
    E(Spring Boot)
    F(Google Cloud<br>Sentiment API)
  end

  A --> B
  B --> C
  C --> D
  C --> E
  E --> F

License

The code in this repository is licensed under the MIT license. See LICENSE for more information.