Ingrediate is an application for generating custom recipes based on validated, user inputted ingredients.
- Currently Ingrediate generates custom recipes with the paid OpenAI API service, you must have an account and your own personal API key to use.
- You must also have a MongoDB account and password to be able to persist data into the database.
- Fork and clone this repo
cd
to the root directory runnpm install
- Create a .env in server following the .env.example
# Do not share your OpenAI API key with anyone! It should remain a secret.
OPENAI_API_KEY=
MONGODB_PW=
PORT=
- Paste in your OpenAI API key, MongoDB connection string, and port to run the server.
cd
to the root directory runnpm run dev
, the development server and client will run concurrently!
Developed By | Github | |
---|---|---|
Johanna Cameron |