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
The code in this repository is licensed under the MIT license. See LICENSE for more information.