A quick and easy way to send short URLs to friends.
This was just a quick one day build to try something new. It is not optimized for heavy load nor for performance. I did't even register a URL yet. Was just a fun porject.
The backend is fully functional. It uses nodejs and a sql-lite DB. The goal was to create a easy to deploy app. For more complex goals use MongoDB or MySQL.
NON existent. Feel free to create a FrontEnd. API is accessible for everyone. Use PostMan to test API requests
Create a POST request to `[BASEURL]/url with the following content in body:
{
"name": "myURL", #Optional
"url": "https://www.google.de" #Requierd
}
The[BASEURL]/mySHORT
redirects you to the dst URL or shows a Err-Page.
FrontEnd