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