-
pip install flask flask-cors python-dotenv waitress werkzeug -
create a .env with admin credentials
-
User Authentication: Registrationand login. All new users receive a default user role.
-
Role Management: The admin has endpoints to upgrade or manage other users' roles.
-
Image Access Control: Ensures that the sensitive image endpoint is only accessible to users with the member role or better.
-
Raspberry Pi Integration: Acts as a proxy or service layer to fetch and serve the latest images from the connected Raspberry Pi Zero W.