An open API service indexing awesome lists of open source software.

https://github.com/ryanvu/feed_me

Simple web app to generate meal plans for your day to day!
https://github.com/ryanvu/feed_me

elixir-phoenix learning-by-doing openai-api

Last synced: 11 months ago
JSON representation

Simple web app to generate meal plans for your day to day!

Awesome Lists containing this project

README

          

# meal. (WIP)

> Simple meal planner app built with Elixir and Phoenix

Setup
1. Run an instance of Postgres locally
2. Go into the `config.exs` file and update the database credentials
3. create a `.env` file in the root of the project and add the following:
```sh
# .env
export OPENAI_API_KEY="your_openai_api_key"
```
4. Run `source .env` to load the environment variables

To start your Phoenix server:

* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

## MVP Screenshots
> **Home Page**

> **Meal Generator**