wezpyke / nodino

A simple URL shortener built with ExpressJS, React JS and Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodino

An experiment to make a simple web app using ExpressJS, React and Redis.

Demo

You can find a working demo here.

Installation

You'll need a working installation of Redis and NodeJS, then:

  • run npm install
  • start a Redis server
  • verify/edit settings in config.js
  • run npm start
  • point your browser to http://0.0.0.0:4000 (or to a different port if you changed it in config.js)

Contributing

  1. Fork it!
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Testing

  • run npm test

License

Copyright (c) 2014 Andrea Pavoni http://andreapavoni.com

About

A simple URL shortener built with ExpressJS, React JS and Redis

License:MIT License