A URL shortener.
The URL Shortener app is my attempt at learning fullstack development while using different backends. The application is currently written in VueJS, Golang and Python.
Requires Node.js, Go and Python 3.9 or higher to be installed on your machine.
Clone the repo as follows.
$ git clone https://github.com/ThePfarrer/url_shortner.git
$ cd url_shortner/To build and run the application using the Golang backend, run the following command:
$ make goTo build and run the application using the Python backend, run the following command:
$ make pyRun the following command to terminate and clean up:
$ make stop
$ make clean