eaTr Project information

Portfolio Project

I began working on this project while I was a student in a coding bootcamp. I have continued to use this project as a learning platform for myself. The purpose is simple. Create a recipe book for yourself and add your ingredients to your shopping list.

This project was built using the MEAN stack and is hosted on Heroku. Two of the biggest challenges were integrating a cropping tool for user images and storing them securely on Google Cloud Storage. It also integrates user authentication

The solution I am most proud of with this project has to do with keeping the GCS secret JSON file secure when the GitHub repository is public. After reading through similar questions on Stack Overflow and not finding a solution that worked for me, I created my owns solution. Ask me about it!