Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
andie787 committed Aug 23, 2024
1 parent 158a1d4 commit ee8246a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions happy-path/index.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you don't get a good feeling within an hour, you're out of here. If you do ge

## Beyond `hello fly`

Our deep dive assumes that you're not satisfied by a `hello fly`, or even a `hello fly` with a database application. You know that a real-world application has at a minimum the following components:
A real-world application usually has, at a minimum, the following components:

* An HTML form and a database; typically a relational database.
* The ability to handle media files or documents, generally using S3.
Expand All @@ -44,8 +44,6 @@ You can play with a [live demo hosted on GitHub](https://mdn.github.io/dom-examp

The basic Web Dictaphone is client side only, requiring a web server that can deploy static assets (HTML, CSS, JS, images), like NGINX, Apache HTTPd, or Caddy. Storing the data in databases for our deep dive demo requires a server that can handle HTTP GET, POST, PUT, and DELETE requests. The choice of server varies depending on the language or framework.

Check failure on line 45 in happy-path/index.html.markerb

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'nginx' instead of 'NGINX'. Raw Output: {"message": "[Vale.Terms] Use 'nginx' instead of 'NGINX'.", "location": {"path": "happy-path/index.html.markerb", "range": {"start": {"line": 45, "column": 130}}}, "severity": "ERROR"}

Check warning on line 45 in happy-path/index.html.markerb

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Fly.Spelling] Is 'HTTPd' a typo? Raw Output: {"message": "[Fly.Spelling] Is 'HTTPd' a typo?", "location": {"path": "happy-path/index.html.markerb", "range": {"start": {"line": 45, "column": 144}}}, "severity": "INFO"}

Check warning on line 45 in happy-path/index.html.markerb

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Fly.Spelling] Is 'Caddy' a typo? Raw Output: {"message": "[Fly.Spelling] Is 'Caddy' a typo?", "location": {"path": "happy-path/index.html.markerb", "range": {"start": {"line": 45, "column": 154}}}, "severity": "INFO"}

### Other demo components

The demo includes the following components:

* A [PostgreSQL](https://www.postgresql.org/+external) relational database to store the names of the audio clips
Expand Down

0 comments on commit ee8246a

Please sign in to comment.