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!
- Host: GitHub
- URL: https://github.com/ryanvu/feed_me
- Owner: ryanvu
- Created: 2024-06-02T05:29:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T02:47:24.000Z (about 2 years ago)
- Last Synced: 2025-06-15T10:51:59.162Z (about 1 year ago)
- Topics: elixir-phoenix, learning-by-doing, openai-api
- Language: Elixir
- Homepage:
- Size: 919 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**