Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zun-liang/fcc-url-shortener-microservice
Solution to freeCodeCamp Challenge URL Shortener Microservice
https://github.com/zun-liang/fcc-url-shortener-microservice
expressjs javascript mongodb mongoose nodejs
Last synced: 16 days ago
JSON representation
Solution to freeCodeCamp Challenge URL Shortener Microservice
- Host: GitHub
- URL: https://github.com/zun-liang/fcc-url-shortener-microservice
- Owner: zun-liang
- Created: 2024-09-04T03:18:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T00:21:53.000Z (2 months ago)
- Last Synced: 2024-10-10T14:40:18.065Z (about 1 month ago)
- Topics: expressjs, javascript, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://zun-liang-fcc-url-shortener-microservice.onrender.com/
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freeCodeCamp - URL Shortener Microservice
This is a solution to the [URL Shortener Microservice](https://www.freecodecamp.org/learn/back-end-development-and-apis/back-end-development-and-apis-projects/url-shortener-microservice) on freeCodeCamp.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Author](#author)## Overview
### The challenge
Users should be able to:
- Shorten url
- Redirect to original url using short url### Links
- Live Site URL: [here](https://zun-liang-fcc-url-shortener-microservice.onrender.com/)
## My process
### Built with
- HTML
- CSS
- JavaScript
- Node.js
- Express.js
- MongoDB
- Mongoose
- shortid### What I learned
- How to use dns.lookup(hostname, callback) to verify url
## Author
- Website - [Zun Liang ΛβΛ π¦β π ΰ£ͺ Φ΄ΦΆΦΈβΎ.Λ ΰ£ͺβΉ](https://zunldev.com/)
- GitHub - [@zun-liang](https://github.com/zun-liang)
- LinkedIn - [@zun-liang](https://www.linkedin.com/in/zun-liang/)
- Leetcode - [@zun-liang](https://leetcode.com/u/zun-liang/)
- Frontend Mentor - [@zun-liang](https://www.frontendmentor.io/profile/zun-liang)
- freeCodeCamp - [@zun-liang](https://www.freecodecamp.org/zun-liang)