@cloud-technology/api
v0.1.32
Published
...
Downloads
6
Readme
@cloud-technology/api
Setup
- Create a
.env
File- Example:
.env.example
- Example:
- Install Dependencies:
npm install .
Usage
npm start || node server.js
Error Code(s)
| Exit Code | Description | Signal |
| :---------: | :-----------: | :------: |
| 172 | Error | ECONNREFUSED
|
Signal & Error Map
172
Mongo-related error often associated with either network-related external access permission(s), a closed port, or when the server is local to the API server and the mongo
process isn't running.
References
- https://express-validator.github.io/docs/index.html
- https://www.bezkoder.com/node-js-mongodb-auth-jwt/
- https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction/