Full Stack Projects

Full Stack Projects

This is a list of my PERN (Postgres, Express, React, Node) projects. And one MERN.

Calendar

A simple calendar. Add/edit/delete events.
food icon

Food Diary

Simple food diary.
sql arrays icon

SQL Arrays Demo

PERN app that shows a working example of the SQL ARRAY datatype.
linked tables icon

Cascading Deletion Demo

PERN app that shows working examples linked tables and cascading deletions.
jwk icon

JWK Demo

PERN app that shows working examples of JSON Web Keys.
web log logo

PERN Server Log demo

Fullstack app that records your IP and User Agent and shows you the last 10 entries.

Node/Express HTTP Headers

Shows a list of headers that your browser sends to and receives from this server.

Postgres Datatypes

A full stack PERN app that demonstrates the available datatypes.

Postgres Aggregation

A full stack PERN app that demonstrates JSON and array aggregation functions.

MySQL Frontend

A full stack MERN app that allows you to create and edit databases, tables, records and fields on a MySQL server.