- transform longer URLs into manageable, meaning full, easy to remember short links
- Update url_mapping.regex and nicknames.json file inside config folder.
- Open C:\Windows\System32\Drivers\etc\hosts file in the editor as an admin.
- Append the below content in the file. Update SERVER_IP_ADDRESS with the actual Server address
# URL Shortener
SERVER_IP_ADDRESS go
- Save the file.
- First install python packages.
RUN pip install -r requirements.txt
- Start dev server
python app/app.py
- To open the PROJ1-110 Jira ticket type http://go/j/PROJ1-110 URL in the browser.
Note: Users have to write http:// prefix only if the direct go/j/PROJ1-110 URL is not working, otherwise there is no need to write http:// prefix every time.