Skip to content

krishan93985/smart-brain-x1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What I Learned

  • User Profile management using CRUD operations in postgres db.

  • JWT token authentication for user login/logout sessions.

  • Face detection using third party API CLARIFAI model.

  • Dockerizing backend environment with SERVER and DATABASE as microservices in docker-compose.

  • Deploying an AWS lambda function to trigger when image count increases via https protocol.

  • Deployment using CI pipeline to github and CD pipeline to heroku.

Webapp is live at: smart-brain-x1
Backend files: smart-brain-x1-api