When working with the frontend, sometimes you need to use some sort of backend api. There may be two api server – one for development and other for production. While developing frontend, I prefer to use development server for the api rather that production and it makes sense. But, after finishing the frontend, api endpoint …