Skip to content
thegu5 edited this page Nov 1, 2023 · 8 revisions

This is Attendizer, the attendance-keeping program for StuyPulse, team 694 for FRC.

This is made on React for node.js. The program is run in pieces, being the client and the server. These are run separately from each other, although the client will not run without the server being up.

It's made with NextJS (React framework), Prisma (database client), and Vercel (database and deployment).

Clone this wiki locally