Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url-Shortener with MEN (MongoDB, Express, Node)

This project consists of

  1. User Authentication.
  2. Limited access on shortened url i.e. how many times it can be used.
  3. Time availability of shortened link.
  4. Date and time of every access attempt.
  5. Records of shortened urls.

Prerequisites

Node.js and npm (You may refer to the given link https://nodejs.org/en/download/)

Project Setup Guide

  1. Clone the repository in your local using:
git clone https://github.com/kanchirajput26/Url-Shortener
  1. Change directory using:
cd Url-Shortener
  1. Initialize package.json file by :
npm init
  1. Install all the packages:
npm install
  1. Run the express server using:
node index.js

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages