项目作者: Jobayer-Ahmed

项目描述 :
freeCodeCamp Backend Project: Apis and Microservices Projects - URL Shortener Microservice
高级语言: JavaScript
项目地址: git://github.com/Jobayer-Ahmed/URL-Shortener-Microservice.git


URL-Shortener-Microservice

freeCodeCamp Backend Project: Apis and Microservices Projects - URL Shortener Microservice

alt text

Website: Click Here

To use:

  1. git clone https://github.com/Jobayer-Ahmed/URL-Shortener-Microservice.git //clone repository
  2. cd URL-Shortener-Microservice //goto the project directory.
  3. npm install //install dependencies
  4. node app.js //run app.js file

to short url just go to [your server]/url/[your url]

To redirect: [your server url]/[short-url]

Thank you