A URL Shortener to deliever fast short URLs!
This was created to create a full stack site that delievers short URLs fast! Using Go and Redis, we can write a fast backend and store short URLs in Redis cache. Then we can store users and URLs within Postgres for long term shortage.
Made with Go, React, Redis, Vite, Postgres, & Docker
- Remove Users from app
- Save URLs to postgres
- Check if key in Redis cache, else pull from database
- Add local storage