-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
# urlShortening | ||
This code converts the actual url to shortend url and when user clicks on sortend url its redirects to actual url. | ||
|
||
# Pre installation | ||
1. Nodejs 8 and above | ||
2. NPM 6 and above | ||
3. Mongo | ||
|
||
# Steps to be followed after cloning the project | ||
1. Open the terminal and go till the porject directory and type `npm init` | ||
2. Start the node server using `npm server.js` or `nodemon server.js` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters