Esleiter / CutUrls

The project consists of shortened URLs, it is a functional practice carried out with the MERN stack.

Home Page:https://c.esleiter.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CutURLs


The project consists of shortened URLs, it is a functional practice carried out with the MERN stack.

Table of Contents

  1. General Info
  2. Technologies
  3. Installation

General Info


This is a first version, which when shortening a URL gives us a 5-digit code; or a new URL which we can more easily remember, and use to access the main web page to which the shortened URL points, all this immediately without any type of advertising.

Screenshot

Image text

Technologies


List of technologies used within the project:

Installation


The project is divided into two parts, the Backend, an API; and the Frontend, built with React.

$ git clone https://github.com/Esleiter/cutURL
$ cd backend
$ npm install
$ npm start

In other terminal:

$ cd frontend
$ npm install
$ npm start

About

The project consists of shortened URLs, it is a functional practice carried out with the MERN stack.

https://c.esleiter.com/


Languages

Language:JavaScript 86.0%Language:CSS 10.2%Language:HTML 3.9%