tiNyy is a platform to generate tiny urls of long urls through an api call or going to tinyy.ml
The site is Live at tinyy.ml ✨
Client: Vanilla JS, TailwindCSS, DaisyUI
Server: Node, Express, MongoDB
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 | Hex |
---|---|
Default Color - Sky Blueish | #3abff8 |
GET /count
GET /:id
Parameter | Type | Description |
---|---|---|
id |
string |
Required. tinyy url Id |
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 |
For contact, dm on twitter @_pratikpakhale or email me pratikpakhale20@gmail.com