Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 217 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 217 Bytes

Express API w/ Typescript

Experimenting with patterns and technologies.

Express, PostgreSQL, Docker

Response

{
    code: number,
    message: string,
    data: any | undefined,
}