Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 462 Bytes

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