/TinyURL-service

🍄A full stack web application that provides TinyURL service to users

Primary LanguageJavaScriptApache License 2.0Apache-2.0

TinyURL-service-project

A small full stack project mimic the TinyURL service

Installation

  1. This project relies on node.js and Docker to deploy. So you need to first install node.js and Docker.

    • To install node.js, please visit Node.js. (This server relies on node.js >= v7).
    • To install Docker, please visit Docker.
  2. Clone code to your local server using git clone https://github.com/YaokaiYang-assaultmaster/TinyURL-service.

Configuration

It's brainless! Just clone the repository and run!

Usage

Change your directory to Tiny URL service and run the following command:

docker-compose up

Voilà! Your server is now up!

Visit the website via port 3000. (localhost:3000 if on your own computer)