CodamHero v2 gives staff and students an overview of everything Codam.
To get started, run the folllowing:
npm install
npm run build
cp .env.example .env
nano .env
npx prisma migrate deploy
npm run start
To migrate the database, run:
npx prisma migrate dev --name "<migration-name>"