GitHub - COS-301/graduates: The Graduates Portal for The Computer Science Department at The University of Pretoria.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

32 stars 147 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

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