andrewjamesford / demo-designer-doggies-pern

A demonstration of a monorepo full stack web application built on the PERN (postgres, express, react and node) stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Designer Doggies

A demonstration of a monorepo full stack web application built on the PERN (postgres, express, react and node) stack.

Home page of designer dogs


Getting Started

To run the app: Open the project in VS Code and open via the workspace file Open the command prompt and select "File: Open Workspace from File..."

This may ask you to install plugins for VS Code, follow the prompts and install the suggestions.

Once that has loaded run the docker up command via right clicking on the docker-compose.yml file in the "ROOT" folder and select "Compose Up"

You can debug the client by running the task "Chrome (Client)" this will allow you to place breakpoints in your client code.

You can debug the server by running the task "Docker: Attach to Node (Server)" this also will allow you to place breakpoints in your server code.


About

A demonstration of a monorepo full stack web application built on the PERN (postgres, express, react and node) stack.

License:GNU General Public License v3.0


Languages

Language:JavaScript 86.0%Language:CSS 8.6%Language:HTML 4.3%Language:Dockerfile 1.0%