Code Monkey home page Code Monkey logo

foodme's Introduction

FoodMe App โ€” a workshop app built with AngularJS

Simplified meal ordering app for local restaurants built with AngularJS and node.js backend.

Check out this doc for more info about the app: http://goo.gl/Xa0Ea

Also check out the commit history to see how the app was built piece by piece:

https://github.com/IgorMinar/foodme/commits/master


The app is build on top of angular-seed, check out seed's README to understand what the scripts under scripts/ are doing.

foodme's People

Contributors

alexeygolev avatar cburgdorf avatar djebbz avatar ifedotov avatar igorminar avatar jksdua avatar marcenuc avatar mhevery avatar rolaveric avatar segeda avatar vojtajina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

foodme's Issues

Price and Rating are in the wrong order in the view

If you look at views/restaurants.html you'll see the table headers order is Name-Price-Rating, but the actual columns (td's) are ordered name-rating-price.
This causes the sorting to seem faulty.
An easy fix would be to just put the headers on the right order:

<tr>
    <th><a href ng-click="sortBy('name')">Name {{sortIconFor('name')}}</a></th>
    <th><a href ng-click="sortBy('rating')">Rating {{sortIconFor('rating')}}</a></th>
    <th><a href ng-click="sortBy('price')">Price {{sortIconFor('price')}}</a></th>
</tr>

Step 2

Step 2 is missing the CustomerController.js

Step 2

Step 2 is missing the CustomerController.js (either that or Exercise 1 ?)

starting serverjs issue

Hi
when try to start using node start.js , I get the below error
"Most middleware (like logger) is no longer bundled with Express and must be installed separately."

Can't seem to run the server

I get this error when I try and run web-server.bat, and when I read the seed docs it says I should be able to just type 'npm start', but that doesn't work either. The .bat has the right path, so not sure why this is happening.

Error: Cannot find module 'd:\htdocs\foodme\scripts\server\start.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3

How to run this application

Hi Minar,

Many thanks for the project. I want to run this project. How to run it. Pleas help me.

Please reach me with below details. Please...

Thanks & Regards,
Bhimeswararao,
9561715317
[email protected]

Error: Cannot find module 'open' when running server

Hi there,
I am trying to follow the tutorial and when I want to run server I am getting this errors. Any idea how to fix it ? Thank you in advance.

marek@Lenovo:~/Documents/Code/angularjs/foodme$ ./scripts/web-server.sh

module.js:340
    throw err;
          ^
Error: Cannot find module 'open'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/home/marek/Documents/Code/angularjs/foodme/server/index.js:3:12)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.