Skip to content

eklavyasagar/gandhi_groceries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gandhi Groceris

Nodejs application to list all customer groceries through a simple Restful Webservice.

Prerequisites

1. Nodejs >= 6.x.x

Steps to build the Project

  • To set up the app, clone the project
  • Install dependencies npm install
  • Run the application using node app.js

USAGE

  • By default the app runs on 3000
  • Once the app is running access the app using the following URL
    • http://[ip or hostname]:[port]

Features

  • Implemented using Nodejs, Expressjs and AngularJS.
  • Application makes a GET call to a known endpoint to fetch customer grocery details
  • Tabular view is presented with the data got from the webservice.
  • Created a responsive UI to support desktop, tab and mobile
  • Supported HTTP Verb GET only

Tests

  • TBD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published