-
This project relies on node.js and Docker to deploy. So you need to first install node.js and Docker.
-
Clone code to your local server using
git clone https://github.com/YaokaiYang-assaultmaster/TinyURL-service
.
It's brainless! Just clone the repository and run!
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)