forked from freeCodeCamp/boilerplate-project-urlshortener
-
Notifications
You must be signed in to change notification settings - Fork 0
A Node App that takes a URL and store it using a uniquely generated ID on a MongoDB Cluster document. Later it fetches the ID and that can be used through an API, GET request [ eg: www.site.co/api/{your_ID} ] to redirect user to the original URL entered through the API.
Aamjit/Url-shortener-Node-App
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Node App that takes a URL and store it using a uniquely generated ID on a MongoDB Cluster document. Later it fetches the ID and that can be used through an API, GET request [ eg: www.site.co/api/{your_ID} ] to redirect user to the original URL entered through the API.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 62.6%
- HTML 24.4%
- CSS 13.0%