The project consists of shortened URLs, it is a functional practice carried out with the MERN stack.
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.
- Demo: https://c.esleiter.com
- Google: https://c.esleiter.com/gugol This link for example will take you to the google page.
List of technologies used within the project:
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