Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 804 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 804 Bytes

URL-Shortner

URL Shortner web app with express node mongo react deployed in a Multi-docker-container setup with docker-compose.

Architecture

URL Shortner

Setup

Windows

Setup Docker Desktop

git clone https://github.com/HOD101s/URL-Shortner.git
cd URL-Shortner/
git submodule init
git submodule update
docker-compose build
docker-compose up

Ubuntu

Run setup shell script using source

source URL-Shortner/setup.sh

Stack

  • React
  • axios
  • nodejs
  • express
  • mongodb (mongoose odm)