Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.21 KB

readme.md

File metadata and controls

39 lines (30 loc) · 1.21 KB

Heeico is a simple URL shortener implemented in GO and React

How to run ?

  • for production
     git clone https://github.com/heeico/server
     docker-compose up --build -d
  • for dev (go must be installed)
    git clone https://github.com/heeico/server
    go mod tidy
    go run . || air

How to update client

  • download latest code from https://github.com/heeico/server and place it inside client folder

Cool Features