This repository contains the source code of a simple URL shortening web application which is used to shorten any URL.
-
Node should be installed in your system.
-
Mongo should be installed in your system (which is used for creating the database of this application).
- Get the source code on your pc via git and navigate inside the folder through your terminal.
git clone https://github.com/muskanmi/url-shortener
- Move into the src folder by running:
cd src
- Now, install all the required node dependencies by running:
npm install
- Run the application using:
npm run devStart
- URL shortener web application is ready for use. You can access it at http://localhost:5000/.