Skip to content
/ feed_me Public

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

Notifications You must be signed in to change notification settings

ryanvu/feed_me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
# .env
export OPENAI_API_KEY="your_openai_api_key"
  1. 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 from your browser.

MVP Screenshots

Home Page

Meal Generator

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published