Short.ly is a link shortener that helps you monitoring number of clicks for each shortened links.
This app also provides the number of clicks
of the shorthened links alongside full URL
and its shorthened link
:
- Install dependencies:
Using yarn :
yarn install
Using NPM :
npm install
- Please make sure that MongoDB is running in the background.
- Open a terminal or Command Prompt, then run :
Using yarn :
yarn dev:start
Using NPM :
npm dev:start
- The App is running on
localhost:5000
!
You can format code using prettier :
yarn format
If you want to only check whether code is formatted properly or not, run :
yarn run check