texts-shortener
v1.0.1
Published
Text Shortener
Downloads
2
Maintainers
Readme
Text Shortener
Npm package for Text Shortener
In order to shorten a text you need to do these things:
- Download the archive on github and extract it;
- Launch the development environment, I have it IntelIJ IDEA;
- Open unpacked project in development environment:
- Load dependencies from pom.xml file
- Start project:
- Log in using the link https://localhost:8080 and fill in the authorization fields: login: user, password: 54321
- Login to postman and create POST request with JSON file Enter http://localhost:8080/ in the request field in the JSON file in the "url" field, write the link and click Send
- Next, to our link http://localhost:8080/ we add the alias that we wrote, this is a test for me We go into the browser and write our link in full with the added alias http://localhost:8080/test Next, we are already redirected to the link that we specified in the JSON file:
###Have a good day)