
URL Shortener
Another full-stack URL Shortener application built using web technologies.
A URL shortener is a tool that creates a short, unique URL that will redirect to the specific website of your choosing. You can practice and deploy to free hosting providers like Heroku, Github & netlify etc.
Technologies Used
Production
$ docker-compose build && docker-compose up
Development
Server:
$ cd server && yarn
$ yarn build:watch
$ yarn dev
Client:
$ cd client && yarn
$ yarn start
URLs
Client:
http://localhost:3000
Server:
http://localhost:8000