Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.08 KB

File metadata and controls

32 lines (23 loc) · 1.08 KB

Developing Infinite Industries

The Infinite Industries web app consists of the frontend ./web-portal built using Vue & Nuxt and backend ./api-server built using NestJS. For more info on each, please see their respective READMEs.

Tech stack

Database

  • Postgres

API Server

  • NestJS: API framework for NodeJS

Web Portal

  • Nuxt 3: Framework for Vue with opinionated defaults
  • Vue: JS library for building reactive web apps

Local dev startup

There are a few ways to start the app for local development. One way:

$ ./bin/setup

This script will start the database (in a Docker container), API server, and web portal.

Dependencies

Connecting to services