A URL Shortener Application built with Node.js, Fastify and PostgreSQL. See the final branch for the updated code with Docker configuration.
Tutorial: A Comprehensive Guide to Dockerizing Node.js Applications
- Prior Node.js development experience.
- Familiarity with the Linux command-line.
- Access to a Linux machine with Docker Engine installed.
Find the set up instructions in step 1 of the article.
- Enter a URL into the input field and click Shorten!. The shortened URL will be displayed on the page.
- Click the Visit button to open the shortened URL in a new tab. It should redirect you to the original URL.