How to build a simple REST API using only Nginx and PostgreSQL. Sometimes it’s overkill to use a web framework if you only need to develop a very simple REST API. It turns out that Nginx can be used to develop a full fledged REST API and PostgreSQL can easily be used for persistence. In this blog post I’m going to show you how to create a simple CRUD API for articles. Setup I recommend that you us