/In-Brief

:link: In-Brief! Custom Tiny Urls

Primary LanguageJavaScript

In-Brief

A URL shortener to store and display your most frequently used links ...in brief!

Table of Contents

  1. Technology Stack
  2. Requirements
  3. Dependencies
    1. Installing Dependencies
    2. Usage

### Technology Stack

|

|

|

--- | --- | --- | --- | Angular.js | MongoDB| Node.js|Express.js

Requirements

  • Node          version 4.2+
  • MongoDB   version 3.0.7+
  • Bower         version 1.4+

Development

Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Usage

Once you have cloned and navigated to the repo

  • From within the server directory, run node and mongoDB:
node server
mongod
  • Run localhost:8080 in your favorite browser

➕ Codebase written in collaboration with Darryl Nunn