Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joao208/poc-hapi
POC para testar resiliência, curva de aprendizagem, legibilidade de código e manutenção do framework.
https://github.com/joao208/poc-hapi
api hapi javascript poc prisma typescript
Last synced: about 1 month ago
JSON representation
POC para testar resiliência, curva de aprendizagem, legibilidade de código e manutenção do framework.
- Host: GitHub
- URL: https://github.com/joao208/poc-hapi
- Owner: Joao208
- Created: 2022-03-16T15:31:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T15:44:44.000Z (almost 3 years ago)
- Last Synced: 2024-12-07T14:33:53.693Z (about 1 month ago)
- Topics: api, hapi, javascript, poc, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [POC] HAPI
I created a POC in HAPI to test its resilience, readability, ease of dealing with high demands and routes, as well as documentation using swagger
## Resilience test result
![Resilience Result](images/resilience.png?raw=true "Title")
## Architecture Design
![Resilience Result](images/architecture.jpg?raw=true "Title")
## How to run?
You can run with `yarn` or `npm` with the following commands.
### Yarn
```shell
yarnyarn build && yarn start
```### NPM
```shell
npm inpm run build && npm run start
```