Skip to content

epfl-si/barcode.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barcode dev kit

This repository provides a centralized development environment for Barcode project. It provides setup and execution of all services required for local development.

Sub-repositories

Sub-respositories management

Clone sub-repositories (backend + frontend)

make checkout

Update all sub-repositories

make git-pull

Setup

Installation

make install

Run

Start the database

make start-db

Start the backend

make start-backend

Help

make help

Command-line utility

Prisma

Doc: Prisma CLI reference

Apply all migrations, then create and apply any new migrations

npx prisma migrate dev

Apply all migrations and create a new migration if there are schema changes, but do not apply it

npx prisma migrate --create-only

About

A template project that will contains Nexus, GraphQL, EntraID and typescript in the backend and React and typescript for the frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors