Skip to content

appuchias/go_link_shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Link Shortener [MVP]

Size Author

How it works

A simple link shortener made in Go using SQLite as the database.

Currently the Minimum Viable Product (MVP).

It may include some statistics in the future.

Setup

  1. Navigate to the desired folder to store the code: cd <path>
  2. Clone the repo: git clone https://github.com/appuchias/go_link_shortener.git
  3. Navigate into the repo folder: cd go_link_shortener
  4. Run the server: go run github.com/appuchias/go_link_shortener. Or build the server: go build and run the executable
  5. Open a browser and navigate to http:https://localhost:8000

Note: The current username/password is admin/password. Please change it as soon as possible from the admin panel.

License

This code is licensed under the GPLv3 license.

Coded with 🖤 by Appu

About

Simple link shortener [MVP]

Resources

License

Stars

Watchers

Forks