Skip to content

Fendansas/gopher-cutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gopher-cutter

CircleCI

Simple link shortener with MongoDB persist and Base62 link shorting algorithm.

Api usage

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to install Golang to run this project.

✗ go version
go version go1.12.1 darwin/amd64

Also you need MongoDB instance. You should add your MongoDB installation url and database name to config.toml

Installing

  • Clone the project and open in your favourite IDE.
  • Install all needed dependencies via go get -d ./... or via IDE tools.

Running

Run main.go

Authors

Vladislav Sidlyarevich - Github profile

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

GoLang-based link shortener with persistence.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 96.2%
  • Makefile 3.8%