go-url-shortener

command module
v0.0.0-...-33e3795 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2021 License: GPL-3.0 Imports: 16 Imported by: 0

README

Go-URL-Shortener

A bit.ly style URL shortener written in Golang

Code snippets taken from:

https://codegangsta.gitbooks.io/building-web-apps-with-go/content/rendering/html/index.html

https://www.golangprograms.com/example-to-handle-get-and-post-request-in-golang.html

https://www.mongodb.com/blog/post/quick-start-golang--mongodb--how-to-read-documents

https://golangcode.com/handle-ctrl-c-exit-in-terminal/

If you have found a code snippet you have written, don't hesitate to reach out.

To setup the MongoDB server I used docker on Linux:

docker run -d -p 27017:27017 -v ~/{host machine directory}:/data/db --name {mongo docker name} mongo

docker exec -it {mongo docker name} bash

mongo

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL