SE-Fall24-RZA / Recipe_Recommender

Saveurs Sélection - Recipe Recommender is an application that suggests you recipes based on the ingredients which are currently available. One of the most tedious tasks while cooking is figuring out what to cook with the ingredients that you, have rather than how to cook it. Our software aims to ease this dilemma by providing recipes.
MIT License
0 stars 1 forks source link

dotenv file should not be included inside repo #8

Closed robbiethomas1101 closed 5 days ago

robbiethomas1101 commented 5 days ago

Remove the .env file from the repo. This file should be local only and ignored by git.

Replace the .env file with a 'sample.env' file that contains example data for the .env file. This should be tracked by git.

robbiethomas1101 commented 5 days ago

Closed in PR #10