Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.11 KB

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://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