Abhishek-Dobliyal / GoShort

A web app to shorten URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoShort

A web app to shorten URLs.


Installation & Requirements

Usage

  • Navigate to the project directory and inside the api folder open up the Terminal/Command Prompt and type in
go run main.go
  • Once the fiber server starts running, navigate to the frontend folder and type in
npm run serve

This will start a development server.

To-Do

  • Send URL to backend for shortening and retrieving the response
  • Add wait time animation
  • Add notification sound
  • Fix issues (if any)

About

A web app to shorten URLs.


Languages

Language:Go 46.1%Language:Vue 41.1%Language:HTML 7.3%Language:JavaScript 2.9%Language:Dockerfile 2.7%