Skip to content

yruefenacht/what-to-eat

Repository files navigation

What To Eat - Source Code

Build Status

List of menu ideas that aims to stop time being wasted on the always recurring question: 'What to eat?'
This project illustrates how to build a full-fledged web application using google firebase as the backend server and angular as the frontend client.

LIVE (read only): https://eat.yruefenacht.ch/

Setup - Firebase config


export const environment = {
  production: false,
  firebase: {
    apiKey: "<key>",
    authDomain: "<project>.firebaseapp.com",
    projectId: "<projectId>",
    storageBucket: "<project>.appspot.ch",
    messagingSenderId: "<senderId>",
    appId: "<addId>",
    measurementId: "<measurementId>"
  }
};



Dataflow


Setup

Adding New Menu


AddMenu

Resources