Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshartmann committed Apr 12, 2024
1 parent bb88ca2 commit 1eed363
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recipify: Frontend Demo

This is a sample application for various frontend technologies.
This is a sample application for various frontend technologies (React SPA and HTMX).

![Screenshot of example application](screenshot.png)

Expand All @@ -10,6 +10,7 @@ This is a sample application for various frontend technologies.

- Java (JDK21), Spring Boot 3.2
- Postgres 16
- Spring WebMVC and Thymeleaf for HTMX "backend"

**Frontend (Single-Page-App)**

Expand Down Expand Up @@ -64,6 +65,10 @@ pnpm dev

The frontend runs on http://localhost:8090

## A note on the component and folder structure

The component and folder structure in the projects is not "best practice". It is somehow more complicated that it would be in a real application. Instead of real world applicatoin structure I decided to structure folders, files and components so that it is almost possible to compare the individual files from the different architectures. Also I made some compromises to have a basis for my live coding and workshop excercies.

## A note on the content

The content is almost entirely generated with JetBrains AI Assistent, ChatGPT and DALL-E. You should not treat the recipes for real (unless you blindly trust AI) :-)
Expand Down

0 comments on commit 1eed363

Please sign in to comment.