A simple MERN-based link shortener. You can check out a demo here.
- Install dependencies
npm install
- Start the react app
npm run fend-start
- Start the node.js ShrLnk server
npm start
-
- body
{ "link": [enter your link here] }
- Takes any link and produces a corresponding shortened link.
- body
-
- Takes a shortened link token and returns the original link.