Skip to content

The Graduates Portal for The Computer Science Department at The University of Pretoria.

Notifications You must be signed in to change notification settings

COS-301/graduates

Repository files navigation

Graduates

The Graduates Portal for The Computer Science Department at The University of Pretoria.

codecov

Basic Scripts

These are essential scripts to get started:

yarn run start
yarn run start:client
yarn run start:api
yarn run start:db
yarn run prisma:studio
yarn run prisma:generate
yarn run prisma:migrate:dev
yarn run build
yarn run lint
yarn run test