https://github.com/andreapavoni/nodino
A simple URL shortener built with ExpressJS, React JS and Redis
https://github.com/andreapavoni/nodino
Last synced: about 1 year ago
JSON representation
A simple URL shortener built with ExpressJS, React JS and Redis
- Host: GitHub
- URL: https://github.com/andreapavoni/nodino
- Owner: andreapavoni
- License: mit
- Created: 2014-05-02T16:49:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-30T12:46:50.000Z (almost 12 years ago)
- Last Synced: 2025-03-29T05:11:24.269Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 804 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Nodino
An experiment to make a simple web app using [ExpressJS](http://expressjs.com), [React](http://facebook.github.io/react/) and [Redis](http://redis.io).
## Demo
You can find a working demo [here](http://nodino.herokuapp.com/).
**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](http://heroku.com))
* 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