/node-mongo-template

Scalable NodeJS and Mongo template

Primary LanguageTypeScript

Node Express Mongo Fig/Finance

Response Format

{
    "isError": false,
    "message": "error message",
    "data": {} // any sort of data returned in case its not an error
}