Skip to content

ThePfarrer/url_shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

A URL shortener.

Overview

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.

Installation

Requires Node.js, Go and Python 3.9 or higher to be installed on your machine.

Clone Repo

Clone the repo as follows.

$ git clone https://github.com/ThePfarrer/url_shortner.git
$ cd url_shortner/

Vue + Go

To build and run the application using the Golang backend, run the following command:

$ make go

Vue + Python

To build and run the application using the Python backend, run the following command:

$ make py

Clean Up

Run the following command to terminate and clean up:

$ make stop
$ make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors