A comprehensive tree management system for green spaces with QR code integration and interactive map visualization for tracking tree locations and information.

Florabit is a private full-stack web application designed for managing trees in green spaces. The system stores detailed tree information and provides QR code functionality, allowing users to scan QR codes to quickly access and update tree data. The application features an interactive map that displays the exact location of each tree, making it easy to visualize and manage the green space inventory. Built with Next.js for the frontend and Django with PostgreSQL for the backend.
Integrating QR code generation and scanning functionality
Implementing accurate map positioning and visualization
Designing efficient database schema for tree data
Creating seamless communication between Next.js and Django
Used QR code libraries for generation and camera API for scanning
Integrated map services with geolocation APIs for precise positioning
Designed normalized database schema with PostgreSQL for optimal performance
Implemented RESTful APIs with Django REST Framework for backend communication