If you have attended any hackathons in the past, then you know how much time it takes to get a project started: decide on what to build, pick a programming language, pick a web framework.
Unfortunately we don't have much time for this exercise, therefore we tried to keep things simple so your team can get up to speed quick and build a great prototype.
You cloud application prototype will heavily rely on SAP Cloud Platform services. So make sure you have:
The SAP Cloud Platform Cloud Foundry natively supports many programming languages using the so called System BuildPacks. The open source community has also created several other Buildpacks, for example .Net. With that many runtimes, you can choose the developer environment that best suits you. Here are some enxamples to get your started:
- Mac OS X: Xcode OR Visual Studio Code
- Windows: Visual Studio
- Ubuntu / Linux Mint:
sudo apt-get install build-essential
- Fedora:
sudo dnf groupinstall "Development Tools"
- OpenSUSE:
sudo zypper install --type pattern devel_basis
Note: Most samples presented here are developed in NodeJS. If you are new to Node or Express, Take a look at Node.js and Express 101 screencast by Alex Ford that teaches Node and Express from scratch.
TODO
Build Block | Description |
---|---|
Build Block Name | Sample Description |
Build Block Name | Sample Description |
Build Block Name | Sample Description |
TODO: Explain Loosely coupled architecture
TODO: Explain cf push commands and app monitoring
Make sure yo check the FAQ on our Wiki
This repository is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.