Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 809 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 809 Bytes

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)