Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashrajpurohit/shortly
URL shortener using Node.js and server side rendering with EJS
https://github.com/akashrajpurohit/shortly
ejs express url-shortener
Last synced: 6 days ago
JSON representation
URL shortener using Node.js and server side rendering with EJS
- Host: GitHub
- URL: https://github.com/akashrajpurohit/shortly
- Owner: AkashRajpurohit
- Created: 2019-04-22T15:56:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T05:53:06.000Z (about 1 year ago)
- Last Synced: 2024-12-18T19:40:26.892Z (12 days ago)
- Topics: ejs, express, url-shortener
- Language: JavaScript
- Homepage: https://shortly-ar.herokuapp.com
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shortly
URL shortener using Node.js and server side rendering with EJS> It was a fun project to build and deployed at https://shortly-ar.herokuapp.com (obviously a very short name in itself 😂)
## Things learned
* Server side rendering using EJS
* Create server side redirects for short urls
* Server side validations on user inputs and invalid short URL's
and many more...## Visit My Portfolio
[Akash Rajpurohit](https://akashrajpurohit.cf)