A simple CRUD using min-route package

In this blog  we’ll create a simple CRUD application using the min-route library.  min-route: A simple and lightweight library to manage server side routes. It uses only 4 routes for the whole project. It is based on Rest API and it is not a replacement of GraphQL but similar to it for more info: https://github.com/agamitechnologies/MinRoute Why min-route ? -Removes the complexity on the server caused by routes.-Reduces lines of  code. -Secures the controller files.Excited? Better, let’s get started. Server Setup: Step …