Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)