Skip to content

A simple URL shortening service that allows you to create short, memorable links for long URLs.

Notifications You must be signed in to change notification settings

Stepashka20/URL-shortener-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener Server

A simple URL shortening service that allows you to create short, memorable links for long URLs.

Frontend

The frontend for this project can be found here

Features

  • Generate short links from long URLs
  • Customize the short link with your own desired text
  • View click statistics for each short link

Requirements

  • Go
  • MongoDB

Installation

  1. Clone the repository: git clone https://github.com/Stepashka20/URL-shortener-server.git
  2. Install dependencies: go get
  3. In MongoDB create a new db urls and collection shorturls
  4. Copy .env.example to .env and update the database connection details
  5. Start the server: go run main.go

License

This project is licensed under the MIT License.

About

A simple URL shortening service that allows you to create short, memorable links for long URLs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published