Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 850 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 850 Bytes

Linkopus 🐙

The most over engineered link shortener.



How to

dev

cd backend

go get

go run main.go

or

go build -tags emoji

./backend

cd frontend

npm install

npm run start

BE Architecture overview