Tagged in

Postgres

Decent DAO
Decent DAO
Our mission is to protect the pioneers of the next financial system with practical privacy solutions.
More information
Followers
144
Elsewhere
More, on Medium

The Modern API, Part 2

In The Modern API, Part 1, we went over how to set up your development environment for a Node API. Here in Part 2, we’ll start writing some code. We will write some “API startup” logic, create a root route ( GET /) which displays information about the API, and set up the test suite to…


The Modern API, Part 1

At decent labs we know a thing or two about building software. In our pursuit of client happiness paired with using solid software fundamentals to build resilient, scalable systems, we’ve iterated through the process of building APIs maaaany times.