Skip to content

Example use of Tilt with a NestJS backend, Postgres database, and Next frontend.

License

Notifications You must be signed in to change notification settings

gitclonedcush/tilt-example-utahjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

Planet Express

Example use of Tilt with a NestJS backend, Postgres database, and Next frontend.

Helpful Resources


Collaborative Environments

  1. Run Tilt against a remote cluster (e.g your dev cluster)
  2. Add ingress routes for your frontend and backend services (e.g with k8s nginx ingress)
  3. Create a public DNS entry for your ingress (this can be done automatically using something like External DNS)

UtahJS Slack

Slack @gitclonedcush

Running

It only takes a single command to run the planet express tech stack.

tilt up

Destroying

tilt down

Completely delete your database with

kubectl delete pvc -n default data-postgresql-0

About

Example use of Tilt with a NestJS backend, Postgres database, and Next frontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published