If you need to build very simple REST API with PHP you are in right place! I needed some time ago to build very simple REST API in PHP. I had to use PHP – this was the only back-end technology in my project and at that moment, my skills were pure in PHP. I was looking for a very…
Category: tips back-end
I will show you in this article how to build totally the easiest REST API build with NodeJS with Express plugin with TypeScript in place. This may sound as hard task to do, but with this short tutorial you will get everything working in just a few easy steps. You will be able to proceed further on your own. What…