URL Shortener A project i made for fun with react and nodejs Working example: here To run locally: Clone the project Checkout to dev branch Run a postgres database Add envs cd client and run npm i && run dev cd server and run npm i && run dev