Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
/ TinyURL Public archive

💦 MEAN(MongoDB, Express, Angular, Node.js) providing URL Shortener Service

Notifications You must be signed in to change notification settings

Tivcrmn/TinyURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyURL

This project uses the MEAN stack:

Other tools and technologies used:

Description

  1. A full-stack web application by using MEAN stack (MongoDB, Express, Angular, Node.js) to provide URL Shortener Service
  2. Deployed the application by using Docker, Redis as the cache layer and Nginx for high-performance
  3. Using the third-party library angular-chart.js to visualize the user distribution information (country, platform, browser) and click rates of specific URLs

Prerequisites

  1. Install Docker,Redis
  2. Filling the mongoose username and password in the tinyurl/app/server.js
mongoose.connect("mongodb://<username>:<password>@<host:database>", {useMongoClient: true});

Run

git clone https://github.com/Tivcrmn/tinyurl.git
cd tinyurl/app && docker build -t <image-name>
cd ..
docker-compose up --build 

About

💦 MEAN(MongoDB, Express, Angular, Node.js) providing URL Shortener Service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published