Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devonfw/devon4ts
- Owner: devonfw
- License: apache-2.0
- Created: 2018-09-25T16:09:13.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-13T23:24:00.000Z (1 day ago)
- Last Synced: 2025-01-14T07:56:10.760Z (1 day ago)
- Topics: angular, devonfw, nestjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 6.81 MB
- Stars: 26
- Watchers: 42
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.asciidoc
- License: LICENSE.txt
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.