Skip to content

garu2/Acortador-de-URLs-NodeJs-ReactJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🖼️ Acortador de URLs con NodeJS + React 🚀

QR Generator

💻 Tutorial

TodoList

📋 Features

  • Create short urls
  • Copy short urls

📦 Getting Started

1. Clone the repository

git clone https://github.com/garu2/Acortador-de-URLs-NodeJs-ReactJs.git
cd Acortador-de-URLs-NodeJs-ReactJs

2. Setup Backend (API Server)

cd short-url-api
npm install
node server.js

The backend API will be running on http://localhost:3001

3. Setup Frontend (React UI)

Open a new terminal window and run:

cd short-url-ui
npm install
npm run dev

The frontend app will be available at http://localhost:5173

⚙️ Technologies

About

A full-stack URL shortener built with Node.js for the backend and React for the frontend, enabling quick and efficient link shortening.

Topics

Resources

Stars

Watchers

Forks

Contributors