This system allows employees to request equipment through a digital process, eliminating the need to do it on paper or in person. There are two types of users in the system: admins and regular users.
The ADMIN PAGE allows admins to add or remove users/employees, and to accept or decline user requests.

The USER PAGE enables users to submit requests for the equipment they need.

Those templates dependencies are maintained via pnpm via pnpm up -Lri.
This is the reason you see a pnpm-lock.yaml. That being said, any package manager will work. This file can be safely be removed once you clone a template.
$ npm install # or pnpm install or yarn installIn the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.