Skip to content

gxy001/foodme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoodMe App — a workshop app built with AngularJS

This project is forked from a simplified meal ordering app for local restaurants built with AngularJS and node.js backend (https://github.com/IgorMinar/foodme) for experimental purpose.

Updates in this forked project:

  • Fixed the server code issue to use the latest node.js modules, including: logger —> morgan, bodyParser —> body-parser
  • Created a VS2013 solution (under vsproject folder) with the following:
    • A client side project leveraging the content from the original app folder
    • A server side project using WebAPI

To run the VS solution in the vsproject folder, the portnumber value (defined in app.js) needs to be updated to the right one from IIS Express on the local machine.

To run the original project, following the steps below:

  • Install server-side dependencies (under the server folder)
npm install
  • Start the server
node start.js

This will start a Node.js server and open the default browser on http://localhost:3000, where the app should be served.

About

A quick experiment around AngularJS + WebAPI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 59.8%
  • JavaScript 33.0%
  • CSS 5.7%
  • Shell 1.4%
  • Classic ASP 0.1%