A url shortener with in memory persistence, part of my blog post series on creating a distributed url shortener.
- Part 1: https://edeckers.medium.com/building-flipr-a-url-shortener-one-commit-at-a-time-6b972c5fe9d6
npm run buildDirectly using npm
npm run start
# Or in DEV mode with file watchers
npm run devIn a container through docker-compose
docker compose upMPL-2.0