- I built this project as a learning exercise to explore React, Express, SQL, and AI integration as part of the Zero To Mastery Full Stack Web Development course.
- I retired the live demo as I shifted my focus to custom portfolio projects.
The app concept was provided by ZTM. I implemented the API functionality, AI integration, authentication logic, database queries, and custom CSS. I also modernized the React and Express syntax, structured the backend using routes/controllers/services, and deployed using Supabase, Fly.io, and Netlify.
- Security: Encrypted user passwords with bcrypt, implemented SSL check for all auth API calls
- AI Integration: Connected to the Clarifai Face Detection API
- Authentication: Built protected frontend routes and backend session logic