Chhota URL
- node
- npm
For installation / setup of node and npm here is a short video series.
Clone the codebase to your local environment.
git clone git@github.com:reactivepixel/urlShortner.git && cd urlShortner
Install Packages
npm install
Make certain you have mocha installed globally
npm install -g mocha
Run the Mocha Tests
mocha