/GoShort

A web app to shorten URLs.

Primary LanguageGo

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)