Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 849 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 849 Bytes

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'
    },
}