Setting up an API Testing Server with Ubuntu 16.04, Vagrant, VirtualBox, NodeJs and FeathersJs
Recently, I’ve been using Feathers to generate REST and realtime data APIs for my Angular(2+) and Ionic(2+) apps. During development, it’s useful to have a local virtual machine that’s running the API. It’s pretty straightforward to swap out the live URL for the API server with the local dev API URL so that I don’t […]