Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 917 Bytes

README.md

File metadata and controls

35 lines (32 loc) · 917 Bytes

NodeJS Server

Backend server application

Features

  • Databse is mongodb
  • placeholder for request verifier

Folder structure

.
├── LICENSE
├── README.md
├── app
│   ├── api
│   │   ├── error
│   │   │   └── controllers
│   │   │       └── errorController.js
│   │   ├── fulfillment
│   │   │   ├── controllers
│   │   │   │   └── appController.js
│   │   │   ├── domains
│   │   │   │   └── item.js
│   │   │   └── services
│   │   │       └── appService.js
│   │   └── healthcheck
│   │       └── controllers
│   │           └── healthCheckController.js
│   └── authentication
│       └── requestVerifier.js
├── index.js
├── jsconfig.json
├── package-lock.json
└── package.json