https://github.com/abdus/url-shortener
🔗 Simple URL shorten app using NodeJS
https://github.com/abdus/url-shortener
url url-shortener
Last synced: 6 months ago
JSON representation
🔗 Simple URL shorten app using NodeJS
- Host: GitHub
- URL: https://github.com/abdus/url-shortener
- Owner: abdus
- License: mit
- Created: 2018-04-17T16:36:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:31:29.000Z (over 3 years ago)
- Last Synced: 2025-04-06T06:47:49.528Z (over 1 year ago)
- Topics: url, url-shortener
- Language: JavaScript
- Homepage: https://url-shorten121.herokuapp.com/
- Size: 25.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to url-shrotener 👋
> A basic URL shortening app built using Node.js, Express.jsand MongoDB
### 🏠 [Homepage](https://github.com/thisisabdus/url-shortener#readme)
## Prerequisites
- node 10.12.0
- npm >5.0.0
## Install
```sh
npm install
```
## Usage
```sh
npm run start
```
## Run tests
```sh
```
## Author
👤 **Abdus Samad Azad**
* Twitter: [@thisisabdus](https://twitter.com/thisisabdus)
* Github: [@thisisabdus](https://github.com/thisisabdus)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/thisisabdus/url-shortener/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Abdus Samad Azad](https://github.com/thisisabdus).
This project is [MIT](https://github.com/thisisabdus/url-shortener/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_