Skip to content

Qwik demo with node and podman

Notifications You must be signed in to change notification settings

sloanstewart/qwik-node-podman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qwik-node-podman

Demo of js framework Qwik with Node.js api containerized with Podman.

Get Started

Prerequisites

  1. node.js
  2. podman
  3. podman-compose

Clone Repository

git clone [email protected]:sloanstewart/qwik-node-podman.git

Get in that dir

cd qwik-node-podman

Install Dependencies

npm --prefix ./client install && npm --prefix ./server install

Build Client

npm --prefix ./client run build

Build images and run containers

podman-compose up -d --build

Verify API is working

Navigate to localhost:3000/sup

Stop podman

podman-compose down