Skip to content
This repository was archived by the owner on May 23, 2026. It is now read-only.

easylend-practice-enterprise/easylend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyLend

EasyLend is an IoT-enabled equipment lending platform designed for educational campuses. It automates the lending and return process of assets (like laptops and tablets) using a combination of Flutter kiosk applications, Raspberry Pi-powered Vision Boxes, and server-side AI for automated damage inspection.


📚 Technical Documentation

For detailed insights into our system architecture, API specifications, and hardware integration, please refer to our Central Documentation Index.

Quick Links


🚀 Running the Project

Prerequisites

  • Docker & Docker Compose
  • Python 3.13+ (for local development)
  • uv (Python package manager)

Backend Setup (API & AI)

  1. Navigate to backend/api and run uv sync.

  2. Navigate to backend/vision and run uv sync.

  3. Start the infrastructure using Docker:

    cd backend
    docker-compose -f docker-compose.local.yml up -d

Running Tests

We use a Testcontainers-based integration suite for the API:

cd backend/api
uv run pytest app/tests/integration/

👥 The Team

Maxim Huardel, Jasper Savels, and Injo De Pot EA ICT: First Year Practice Enterprise Project

About

No description, website, or topics provided.

Resources

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors