https://github.com/deadcoder0904/url-shortener
Shorten your URL
https://github.com/deadcoder0904/url-shortener
Last synced: 9 months ago
JSON representation
Shorten your URL
- Host: GitHub
- URL: https://github.com/deadcoder0904/url-shortener
- Owner: deadcoder0904
- Created: 2016-07-04T14:15:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T18:38:07.000Z (over 9 years ago)
- Last Synced: 2025-01-14T13:17:34.418Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://url-shortener-0904.herokuapp.com/
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/deadcoder0904/url-shortener)
# url-shortener
### Create a `private.js` file in the root directory of the project
```
module.exports = {
MONGODB_URI: "mongodb://:@/"
};
```