Skip to content

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

License

Notifications You must be signed in to change notification settings

andreapavoni/nodino

Repository files navigation

Nodino

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

Demo

You can find a working demo here.

NOTE: The online demo has a safe-mode that deletes links after 30 minutes, to reduce spam impact.

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
  • to run it, you can use one of the following commands:
    • npm start
    • coffee bin/www or bin/www
    • foreman start (there's a Procfile ready for heroku)
  • 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 (or just gulp)

License

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages