Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.72 KB

README.md

File metadata and controls

74 lines (47 loc) · 1.72 KB

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 [email protected]

Acknowledgements