Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.32 KB

File metadata and controls

40 lines (36 loc) · 1.32 KB

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