npm install
- create a new .env file in the root directory
- copy contents of .env.example file and paste in the new .env file
- replace default parameters with your desired credentials
- run the commands
npm run dev
for development andnpm start for
production
- Ensure Steps 1 to 3 above are completed
- run the command
npm run test
/api/encode
Encodes a url/api/decode
Decodes a url/api/statistics/{url-path}
Retrieves Statistics of a url path