Git Product home page Git Product logo

food-ordering-system-1's Introduction

Node Food Order App

Contributed to Gesto Hungry Hacker Challenge.

A Node app built with MongoDB and Angular. Node provides the RESTful API. Angular provides the front end and accesses the API. MongoDB stores client orders.

Required

[node and npm] (http://nodejs.org) [mongodb] (https://www.mongodb.org/)

Optional

[git] (https://github.com/) [atom] (https://atom.io/) [json formatter] (http://jsonlint.com/) [curl] (https://curl.haxx.se/) [postman] (https://www.getpostman.com/) [mongobooster] (http://mongobooster.com/)

Installation

  1. Clone the repository: git clone https://github.com/snehi23/Food-Ordering-System.git
  2. Install the application: npm install
  3. Start local MongoDB instance (e.g. For OSX use command: mongod in terminal to start it)
  4. Start the server: node server.js
  5. View in browser at http://localhost:8080

API Documentation

HTTP Verb URL Description GET /api/food Get all of the food items in the order POST /api/food Create a single food item DELETE /api/food/:food_id Delete a single food item

Credits

This app is inspired by Node Todo App "https://github.com/scotch-io/node-todo"

food-ordering-system-1's People

Contributors

snehi23 avatar

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.