Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 668 Bytes

File metadata and controls

40 lines (30 loc) · 668 Bytes

Short-Link-App

A Full Stack Meteor application, that lets users save their favorite links, and get stats on visits.

##Built with:

  • Meteor
  • React
  • Node JS
  • Mongo DB
  • Flip-move
  • Simple Schema
  • And more!

Live Demo

Getting Started:

First you need to download and install Meteor on your machine.

Then clone the repo and run the following:

meteor npm install

then:

meteor

and then visit localhost:3000

Running the tests

All you need to do is run the following command:

npm test

Enjoy!