Skip to content

RajKotadia/shortify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortify

A minimalist URL Shortner using Node.js, Express framework, MongoDB and Handlebars templating engine.

Check it out - https://shortify.cyclic.app

To run it locally

  1. Clone the repo and install the required dependencies

    $ git clone "https://github.com/RajKotadia/shortify.git"
    
    $ cd shortify
    $ npm install
  2. Run the following command to start the app on localhost:3000

    $ npm start