docker build -t url-shortener .
docker-compose up
-
Frontend technologies:
- Javascript 6
- Frontend framework Ejs
- HTML, CSS, JS
-
Backend technologies:
- NodeJS 12
- MongoDB
-
Deployment
- Docker & Kubernetes
Implemented a URL shortening service.
Basic Functionality
- Shorten given long URL
- Redirect to original on accessing short URL
Additional Functionality
- URL analytics
- Custom short URLs
- Front End
- A place to show the shorten URL (copy URL as per the task requirement)
- A Footer
Security
- Like checking the for Valid Long URLs and valid custom short URLs
Deployment
- All services are in containers (docker).