leowll / cloud-cf-helloworld-nodejs

A "Hello World" application for Cloud Foundry using a simple RESTful API in Node.js with persistency in PostgreSQL and SAPUI5 UIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Foundry - Hello World Sample using NodeJS

Description

This is a "Hello World" application for the SAP Cloud Platform Cloud Foundry Environment that spans over several chapters (branches). You will learn:  

  • How to develop a simple RESTful API in Node.js
  • How to persist data in a PostgreSQL DB
  • How to perform authentication and authorization
  • How to develop a UI served by the API

How do I access the tutorial?

This tutorial is in multiple steps. To view the steps, go to the branch menu, and select one of the steps

branch menu

Prerequisites

To make this sample application work for you, please make sure you have:

  • A basic knowledge of Node.js
  • An account on SAP Cloud Platform, for example, a trial account you may sign up for. For more information about the Sign up process, see this blog.

Download and Installation

Please clone this project to your local computer.

Then check out the branches one by one in sequence, and follow the instructions from the respective README document.

Support

This project is 'as-is'. We do not provide support and will not make changes. You are welcome to make changes to improve the project but we are not available for questions or support of any kind.

License

Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved.
This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file.

About

A "Hello World" application for Cloud Foundry using a simple RESTful API in Node.js with persistency in PostgreSQL and SAPUI5 UIs.

License:Apache License 2.0