Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 278 Bytes

File metadata and controls

12 lines (10 loc) · 278 Bytes

LinkLite

A small url shortener app built with FastAPI and React.

  • counts number of clicks
  • every url has an expiration time of 7 days

How to run

Just have docker installed and run:

docker-compose up

You should be able to open frontend at http://127.0.0.1:80