This project allows users to input a valid URL and converts it into a shortened URL with a random postfix string.
The backend is an API server built on Node.js, and is linked to a PostgreSQL database on Heroku.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Unit tests are written using Jest testing framework.