A url shortener api that accepts URLs as a parameter and returns the shortened url as response.
Rename ".env copy" to ".env" and update the values/settings to your own.
- Install dependencies:
npm install - Run app in dev mode:
npm run dev - ...or run in prod mode:
npm start
The API is live at Biturl API
- Version: 1.0.0
- Lisence: MIT
- Author: Usman Ogunsola