Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/node-hapi-clean-architecture
A simple API built with Hapi.js that follows Clean Architecture principles
https://github.com/softspiders/node-hapi-clean-architecture
ca clean-architecture debug hapi javascript js node openapi server softspider softspiders ss starter swagger template testing vscode
Last synced: about 13 hours ago
JSON representation
A simple API built with Hapi.js that follows Clean Architecture principles
- Host: GitHub
- URL: https://github.com/softspiders/node-hapi-clean-architecture
- Owner: softspiders
- License: mit
- Created: 2019-06-03T04:54:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T20:48:09.000Z (over 1 year ago)
- Last Synced: 2024-04-23T22:43:28.471Z (7 months ago)
- Topics: ca, clean-architecture, debug, hapi, javascript, js, node, openapi, server, softspider, softspiders, ss, starter, swagger, template, testing, vscode
- Language: JavaScript
- Size: 905 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# A simple RESTful API built with *Hapi.js* that follows *Clean Architecture* principles
---
## Feature tags
- ca
- hapi
- node
- openapi
- server
- swagger
- starter
- template
- test---
## Direct ancestors
TBD
---
## Requirements
[*Node*](https://nodejs.org/en/download/package-manager/)
---
## Installation
At the root of this repository, run:
```sh
npm i
```## Running
```sh
npm start
```## Testing
```sh
npm test
```The application is now running at http://localhost:3000.
---
## Authors
- [Jérémy Buget](https://github.com/jbuget) - original code
- [Alexander Lapygin](https://github.com/AlexanderLapygin) - embedding in Soft Spiders## Inspirations
[nodejs-clean-architecture-app](https://github.com/jbuget/nodejs-clean-architecture-app)
---
### License
Licensed under the [MIT license](./LICENSE)