Skip to content

nais/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages 3