https://github.com/dislick/shorturl
JavaScript MVC Url Shortener
https://github.com/dislick/shorturl
Last synced: 9 months ago
JSON representation
JavaScript MVC Url Shortener
- Host: GitHub
- URL: https://github.com/dislick/shorturl
- Owner: dislick
- Created: 2014-01-17T15:15:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T14:33:01.000Z (over 10 years ago)
- Last Synced: 2025-09-09T11:43:29.717Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
shortUrl
========
shortUrl is an MVC URL shortener I made for M223 in school. Actual docs will follow.
## Demo
A demo of the application is hosted on [AppFog](http://short.eu01.aws.af.cm/).
## Installation
```
npm install
```
```
grunt
```
```
mongod
```
```
node app
```
## License
CC BY-NC-SA 4.0
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)