Program that manages the equipment leases for my school
Check out /web and /server for info about running the program
Running the program
- Build the frontend
- Use yarn or npm. make sure all packages are up to date by running
npm install
oryarn install
. - Run
yarn build
ornpm run build
to build the project.
- Use yarn or npm. make sure all packages are up to date by running
- Build the server
- Run the rust server using
cargo run
in/server
.
- Run the rust server using
- Open localhost:8000 in your web browser.
Using the app
- Open localhost:8000 in your web browser.
- The main page lists out all existing equipment. Click on these to reserve or lease them.
- When reserving, it is important to fill the Name and until time feilds.
- The History tab shows when and who had the camera at one specific time.