Skip to content

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

Notifications You must be signed in to change notification settings

Esleiter/CutUrls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks