Built with ❤️ in NodeJS
A simple URL Shortner REST API that uses shortid
npm package to generate short endpoints for your long URL. The User can also specify custom_end_param
which is essentially a customised endpoint for their long URL.
- URL Shorten - custom, default parameters
- Paginated API
- Sort by created date
created_at
- NodeJS
- MongoDB Atlas
NPM Package
: mongooseNPM Package
: expressNPM Package
: shortid
1. clone the project
2. npm init
3. create .env file for your MONGO_URI
4. Run the server using - npm run start
Visit the API Docs here