URL Shortener Provides a backend service for submitting aliases for URLs Instructions How to run npm install && echo "PORT=3000\nDOMAIN=locahost" > .env && npm start How to run test # Run all types of tests npm test # Or by type npm run test:unit npm run test:integration npm run test:e2e #