A RESTful Customer Database

About This Space

Get customer info using REST web services. A demo of how to build and consume Web Services with and without parameters


Last updated on July 3, 2019

Public Permissions:   View   Open/Fork   Run   Comment  

Customer Information Listing w/ REST

This space provides an example of how to create REST Web Services in NodeRun. Two Web Services are bundled with this space:

  • list.js retrieves a customer list from a database table
  • getCustomer.js retrieves information about a specific customer

Web Services URI

The URI format for the Web Services is:

https://noderun.com/run/[your profile]/[your space name]/[route]/[params]

Before you can run the Web Service, you must create a NodeRun profile and publish a space. The route and params are defined by right-clicking the Node.js file in the Files tree and selecting Properties.

Screenshot

In the Properties window, you can mark a file as a Web Service, and specify the HTTP Method and Route Path.

Screenshot

Testing

This space provides a Node.js module and interface to test the Web Services. Simply select the Launch App option to run the test.

Screenshot

Screenshot

The test uses server-side requests to communicate with the services; however, client-side AJAX requests would work just as well. You can try testing the Web Services using client-side requests by navigating to the appropriate URL in your browser or by using a tool like Postman.

Request and Response Objects

The web server used for NodeRun is Profound.js, which is a superset of Express. Express provides various capabilities for receiving input and sending output using special Request and Response objects. You can refer to the Express API reference for the various properties and methods provided by these objects.

exports.run

NodeRun expects that your Node.js file exports a property named 'run', which must point to the main function to execute when the module is called.

API

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By jpark (@jpark)

Filters:

Popular Recent

This app consumes a web service and display the information in a grid

13844

0

3

Stateless demo app, where the mobile client or the browser would control the flow of the application

12712

0

3

This interactive app prompts the user for key fields to lookup a database record and displays the results

11676

0

6

Updated chart themes in NodeRun.

11592

0

2

Application to output numbers and their squares to the console

11071

0

4

A Hello World app with both dynamic output and input fields. Also illustrates the basics of animation.

10868

1

7

A Hello World app with both dynamic output and input fields. It also illustrates the basics of screen transition animation.

9130

0

0

Demo app to use EJS to display information from a database

9057

0

0

This workspace illustrates the basic setup of an HTML page that includes external JavaScript and CSS files

9015

0

0

Simple space that copies notepad on your phone

8807

0

0

This workspace illustrates the basic setup of an HTML page that includes external JavaScript and CSS files

8619

0

0

React.js using Rich Display Components built in the Visual Designer

8573

0

0