Digital passport to track all the countries you've visited, paired with an interactive map.
- backend:
Endpoints to fetch all countries, get/add/update/delete countries for a user, and label an image using Roboflow - frontend:
React frontend for authenticating, adding countries, and labeling with Roboflow - scripts:
Script to fetch all countries from an API and convert to an insert SQL query - upload_images:
Endpoint to upload an image to S3
frontend: React, MUI, Clerk (auth), Mapbox (map)
backend: Django (DB), Express (Img upload), Roboflow (labeling), S3 (Img store)