ScorpionFiko / chad-gpt

MIT License
0 stars 2 forks source link

update heroku with .env variables #83

Open ScorpionFiko opened 1 year ago

ScorpionFiko commented 1 year ago

As a user, I would like to create workouts and view images of the exrcises so that I can get in shape and know the right way to do the exercise

Acceptance Criteria:

  1. The enviornment variables that OpenAI and Google need are stored safely in Heroku
  2. The environment varibles are accessed by React
ScorpionFiko commented 1 year ago

The heroku variables are only accessed from the server side and not by the client side. This requires movement of the API calls from OpenAI and Google to the back end. Separate user stories created for that.