A minimalist URL Shortner using Node.js, Express framework, MongoDB and Handlebars templating engine.
Check it out - https://shortify.cyclic.app
-
Clone the repo and install the required dependencies
$ git clone "https://github.com/RajKotadia/shortify.git" $ cd shortify $ npm install
-
Run the following command to start the app on
localhost:3000
$ npm start