This repository provides a centralized development environment for Barcode project. It provides setup and execution of all services required for local development.
Sub-repositories
Clone sub-repositories (backend + frontend)
make checkoutUpdate all sub-repositories
make git-pullInstallation
make installStart the database
make start-dbStart the backend
make start-backendmake helpDoc: Prisma CLI reference
Apply all migrations, then create and apply any new migrations
npx prisma migrate devApply all migrations and create a new migration if there are schema changes, but do not apply it
npx prisma migrate --create-only