Skip to content

alex-emery/shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortener

A thrown together all in one URL shortener.

Todo

  • Update UI for users
  • Actually unique ID generation for URLs
  • Streamline build.
  • CSV upload options
  • plain text sharing
  • Change the api post request to a get request?

Done

  • Integrate users
  • Use a DB
  • URL Validation (server + clientside)
  • Embed the UI for an AIO binary
  • Unique generation not SHA1 (Letter, Letter, NUM, Letter, Letter)

Usage:

  1. npm install
  2. npm run build
  3. go run main.go