Face Detection App

https://github.com/karyseaweed/face-detection-app-api
https://github.com/karyseaweed/face-detection-app

Final project of this Junior to Senior Roadmap course that I finished and earned certificate for. This face detection app has register, sign in/out, profile update, and session management, on top of face detection feature using Clarifai API. Powered by a dockerized Node.js/Express server, a RESTful API was created to accept HTTP requests from the front-end, storing user credentials in a PostgreSQL database and JWTs in Redis. I'm still climbing the learning curve for Docker and couldn't figure out how to host this app online yet, but source code for both front-end and back-end are included above.

Stack:
HTML, Tachyons CSS, JavaScript, React, Node.js/Express, RESTful API Design, PostgreSQL/Knex.js, JWT, Redis, PWA, SEO, Performance Optimization, Authentication, Session Management