erulabs / outdoorsy

An example app to show off Skaffold + NextJS + Postgres/Sqlite flexibility!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outdoor.sy

A website, API, dev-tool show-off, and command-line tool!

image

CLI Examples

./cli.js list -s email

./cli.js add test1.txt

./cli.js add test2.txt

./cli.js list --sort last_name

Tests

yarn run tests

Hackin'

First, run the development server:

yarn

yarn dev

If you don't like HTTPS for local development, you can also use:

yarn http

If you want use the containerized stack (requires Kubernetes and Skaffold - works great with Docker Desktop or Rancher Desktop!), you can use:

./scripts/k8s.sh

About

An example app to show off Skaffold + NextJS + Postgres/Sqlite flexibility!


Languages

Language:JavaScript 81.7%Language:Dockerfile 8.3%Language:Shell 7.2%Language:CSS 2.8%