|
1 |
| -# devon4node |
2 |
| - |
3 |
| -[devonfw](https://www.devonfw.com/) is a platform which provides solutions to building business applications which combine best-in-class frameworks and libraries as well as industry proven practices and code conventions. devonfw is 100% Open Source (Apache License version 2.0) since the beginning of 2018. |
4 |
| - |
5 |
| -devon4node is the NodeJS stack of devonfw. It allows you to build business applications (backends) using NodeJS technology in standardized way based on established best-practices. |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| -## Documentation |
13 |
| - |
14 |
| -You can find all documentation in our [wiki](https://github.com/devonfw/devon4node/wiki). |
15 |
| - |
16 |
| -## Code of conduct |
17 |
| - |
18 |
| -Visit [code of conduct document](https://github.com/devonfw/.github/blob/master/CODE_OF_CONDUCT.md). |
19 |
| - |
20 |
| -## Contributing guide |
21 |
| - |
22 |
| -Visit [contributing guide document](https://github.com/devonfw/.github/blob/master/CONTRIBUTING.asciidoc). |
23 |
| - |
24 |
| -## Key Principles |
25 |
| - |
26 |
| -Visit [key principles document](https://github.com/devonfw/.github/blob/master/key-principles.asciidoc). |
27 |
| - |
28 |
| -## Samples |
29 |
| - |
30 |
| -- [Employee example](https://github.com/devonfw-sample/devon4node-samples/tree/develop/employee): simple backend example for a employee management application. |
31 |
| -- [Components example](https://github.com/devonfw-sample/devon4node/tree/develop/components-example): simple backend example which will show you the execution order of the devon4node components. |
32 |
| -- [GraphQL example](https://github.com/devonfw-sample/devon4node/tree/develop/graphql): simple GraphQL example with starter configuration. |
33 |
| -- [My Thai Star](https://github.com/devonfw/my-thai-star/tree/develop/node): realistic example about the management of a restaurant. This example has also a frontend and it is compatible with other devonfw stacks. |
| 1 | +# devon4node |
| 2 | + |
| 3 | +[devonfw](https://www.devonfw.com/) is a platform which provides solutions to building business applications which combine best-in-class frameworks and libraries as well as industry proven practices and code conventions. devonfw is 100% Open Source (Apache License version 2.0) since the beginning of 2018. |
| 4 | + |
| 5 | +devon4node is the NodeJS stack of devonfw. It allows you to build business applications (backends) using NodeJS technology in standardized way based on established best-practices. |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +## Documentation |
| 13 | + |
| 14 | +You can find all documentation in our [wiki](https://github.com/devonfw/devon4node/wiki). |
| 15 | + |
| 16 | +## Code of conduct |
| 17 | + |
| 18 | +Visit [code of conduct document](https://github.com/devonfw/.github/blob/master/CODE_OF_CONDUCT.md). |
| 19 | + |
| 20 | +## Contributing guide |
| 21 | + |
| 22 | +Visit [contributing guide document](https://github.com/devonfw/.github/blob/master/CONTRIBUTING.asciidoc). |
| 23 | + |
| 24 | +## Key Principles |
| 25 | + |
| 26 | +Visit [key principles document](https://github.com/devonfw/.github/blob/master/key-principles.asciidoc). |
| 27 | + |
| 28 | +## Samples |
| 29 | + |
| 30 | +- [Employee example](https://github.com/devonfw-sample/devon4node-samples/tree/develop/employee): simple backend example for a employee management application. |
| 31 | +- [Components example](https://github.com/devonfw-sample/devon4node/tree/develop/components-example): simple backend example which will show you the execution order of the devon4node components. |
| 32 | +- [GraphQL example](https://github.com/devonfw-sample/devon4node/tree/develop/graphql): simple GraphQL example with starter configuration. |
| 33 | +- [My Thai Star](https://github.com/devonfw/my-thai-star/tree/develop/node): realistic example about the management of a restaurant. This example has also a frontend and it is compatible with other devonfw stacks. |
0 commit comments