An open API service indexing awesome lists of open source software.

https://github.com/kingrayhan/node-shortener

This is a URL shortener that takes a long URL and turns it into whatever URL you would like it to be.
https://github.com/kingrayhan/node-shortener

url-shortener

Last synced: about 1 month ago
JSON representation

This is a URL shortener that takes a long URL and turns it into whatever URL you would like it to be.

Awesome Lists containing this project

README

          

# Nodejs Shortener

### 🌎 → https://node-shortener.herokuapp.com

This is a URL shortener that takes a long URL and turns it into whatever URL you would like it to be.

### Tools used on this project

- Backend: [Express.js](https://expressjs.com/)
- Template Engine: [Handlebar](https://www.npmjs.com/package/express-handlebars)
- Database: [Mongodb](https://www.mongodb.com/)
- Database ORM: [Mongoose](https://mongoosejs.com/)
- File-uploader: [Express fileupload](https://www.npmjs.com/package/express-fileupload)
- Authenticator: [Passport.js](https://github.com/jaredhanson/passport)

### Screenshots

![](ss/1.jpg)
![](ss/2.jpg)
![](ss/3.jpg)
![](ss/4.jpg)
![](ss/5.jpg)