Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devonfw/devon4ts

devonfw TypeScript stack - create enterprise-grade business apps in Angular and NestJS safe and fast
https://github.com/devonfw/devon4ts

angular devonfw nestjs nodejs typescript

Last synced: about 8 hours ago
JSON representation

devonfw TypeScript stack - create enterprise-grade business apps in Angular and NestJS safe and fast

Awesome Lists containing this project

README

        

# devon4node

[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.

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.

![License](https://img.shields.io/npm/l/@devon4node/cli)
![License](https://img.shields.io/npm/v/@devon4node/cli)
![License](https://img.shields.io/librariesio/release/npm/@devon4node/cli)
![License](https://img.shields.io/npm/dt/@devon4node/cli)

## Documentation

You can find all documentation in our [wiki](https://github.com/devonfw/devon4node/wiki).

## Code of conduct

Visit [code of conduct document](https://github.com/devonfw/.github/blob/master/CODE_OF_CONDUCT.md).

## Contributing guide

Visit [contributing guide document](https://github.com/devonfw/.github/blob/master/CONTRIBUTING.asciidoc).

## Key Principles

Visit [key principles document](https://github.com/devonfw/.github/blob/master/key-principles.asciidoc).

## Samples

- [Employee example](https://github.com/devonfw-sample/devon4node-samples/tree/develop/employee): simple backend example for a employee management application.
- [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.
- [GraphQL example](https://github.com/devonfw-sample/devon4node/tree/develop/graphql): simple GraphQL example with starter configuration.
- [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.