Skip to content

A platform to generate tiny urls of long urls through an api call or visiting the website directly.

Notifications You must be signed in to change notification settings

pratikpakhale/url-shortner-web-api

Repository files navigation

tiNyy

tiNyy is a platform to generate tiny urls of long urls through an api call or going to tinyy.ml

Deployment

The site is Live at tinyy.ml

Tech Stack

Client: Vanilla JS, TailwindCSS, DaisyUI

Server: Node, Express, MongoDB

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGODB_URI : the connection url to the database

Color Reference

Color Hex
Default Color - Sky Blueish #3abff8

API Reference

Get total URLs count

  GET /count

Get original url

  GET /:id
Parameter Type Description
id string Required. tinyy url Id

Post an url

  Post /add

Use the following key value pair in the body while making an api call. Make sure you use 'x-www-form-urlencoded' format.

Key Value Description
url a_valid_url Required. original url

Authors

Contact

For contact, dm on twitter @_pratikpakhale or email me pratikpakhale20@gmail.com

Acknowledgements

About

A platform to generate tiny urls of long urls through an api call or visiting the website directly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published