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.
- Navigate to the desired folder to store the code:
cd <path> - Clone the repo:
git clone https://github.com/appuchias/go_link_shortener.git - Navigate into the repo folder:
cd go_link_shortener - Run the server:
go run github.com/appuchias/go_link_shortener. Or build the server:go buildand run the executable - Open a browser and navigate to
http://localhost:8000
Note: The current username/password is
admin/password. Please change it as soon as possible from the admin panel.
This code is licensed under the GPLv3 license.
Coded with 🖤 by Appu