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.
- Postgres
- NestJS: API framework for NodeJS
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.
-
- Username:
test - Password:
xxx
- Username:
-
Swagger docs for API server: http://localhost:3003/api