Simple service to get shortened URLs and getting original URLs back
a. Testing via node script
npm run test-via-node
b. Testing via node python
npm run test-via-python
a. with single Node instance
npm run start
b. with PM2
npm run start-pm2
npm run stop-pm2
a. normally (without nodemon)
npm run dev
b. with nodemon
npm run dev-watch
npm run precompile