Skip to content

Repository files navigation

API NODEJS PATTERNS

Codacy Badge Build Status Coverage Status

About connecting to all dbs

create all the connection to the database and leave all as exports

API consult exemple:

{
    method: 'GET',
    url: 'http://localhost:5000/list/user',
     requestHeader: {
        'content-type': 'application/json',
        'Accept-Language': 'br'
    },
}

About

Patterns api node com unit test jasmine docApi and docJS

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages