Skip to content
/ 9hash Public

9hash is a service to create hash of 9 symbols

Notifications You must be signed in to change notification settings

homma509/9hash

Repository files navigation

9hash

9hash is a service to shorten URL using AWS Lambda and DynamoDB.

Requirement

  • Go 1.14

Install

$ git clone https://github.com/homma509/9hash

Test

backend all test

$ make go-test

backend package test

$ make go-test PACKAGE=adapter/controller 

backend func test

$ make go-test PACKAGE=adapter/controller ARGS="--run TestGetHash"

build

backend

$ make go-build

frontend

$ make npm-build

Deploy

development

$ make deploy
or
$ make deploy ARGS=dev

staging

$ make deploy ARGS=staging

production

$ make deploy ARGS=prod

About

9hash is a service to create hash of 9 symbols

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published