- Create short urls
- Copy short urls
git clone https://github.com/garu2/Acortador-de-URLs-NodeJs-ReactJs.git
cd Acortador-de-URLs-NodeJs-ReactJscd short-url-api
npm install
node server.jsThe backend API will be running on http://localhost:3001
Open a new terminal window and run:
cd short-url-ui
npm install
npm run devThe frontend app will be available at http://localhost:5173
