/MyFood

Primary LanguageNix

MyFood

App for ordering food.

Quick start

Set up firebase

  1. Create a firebase account on https://www.firebase.com/
  2. Create a new firebase app (add the app url to public/js/config.js)

Set up google login

  1. Create a google cloud console account on https://cloud.google.com/
  2. Follow instructions on https://www.firebase.com/docs/web/guide/login/google.html

Run app locally

  1. clone this repo
  2. cd into project directory
  3. copy config.js.sample into config.js and set the firebase url
  4. run npm install
  5. run npm run dev
  6. Open the webrowser on http://localhost:8080