This is a very naive implementation of a URL shortener node app, just for fun. There's no proper validation or form data sanitization. It doesn't check for existing entries. There's a lot missing.
It uses a json file db, lowdb to store entries, which in turn are generated with nanoid.
yarn install
yarn start
Once the app is running, you can access the website at http://localhost:8000.