Home

How to create a REST API?

CRUD

Creating an API is a challenge. The API should serve many endpoints and be easy to maintain. Besides this it should be both fast and safe. In this mini site I have tried to create an API. Step by step. Every feedback is welcome.