GitHub - gabarod/url-shortener: This project consists of 2 parts. A server in Node js that functions to shorten the url and display the registration data, and an angular project 8 that interacts with the server sending the Url requests to shorten and displaying the records by query.
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project consists of 2 parts. A server in Node js that functions to shorten the url and display the registration data, and an angular project 8 that interacts with the server sending the Url requests to shorten and displaying the records by query.
URL shortener in NodeJS for server side and Angular for the frontend side.
Installation
Use the package manager yarn to install dependencies.
yarn add express mongoose shortid valid-url
Running Server
yarn run start
Running UI
npm start | ng serve -o
About
This project consists of 2 parts. A server in Node js that functions to shorten the url and display the registration data, and an angular project 8 that interacts with the server sending the Url requests to shorten and displaying the records by query.