A cloud portal designed to help queue prints from students, provide access control, among other features
Features:
- File storage of STL files
- Queuing capabilities
- Administration features
- Authentication through Firebase Authentication
- Restricting authentication to our email domain
Developed during Engineering Design and Development, 2024
- Clone the repository
- Install bun here
- Install dependencies in package.json (bun install)
- CD into functions directory and install cloud functions dependencies
- View development build (bun dev or vite run dev)
- Run the firebase cloud functions emulator (firebase start:emulators)
Visit the Wiki to get help using the different features, and to read developer notes.