Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rifandani/url-shrinker
URL Shrinker / Shortener built on top of ExpressJS, MongoDB and EJS
https://github.com/rifandani/url-shrinker
ejs-templates expressjs mongodb mongoose nodejs url-shortener url-shrinker
Last synced: about 1 month ago
JSON representation
URL Shrinker / Shortener built on top of ExpressJS, MongoDB and EJS
- Host: GitHub
- URL: https://github.com/rifandani/url-shrinker
- Owner: rifandani
- License: mit
- Created: 2020-05-27T09:39:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:00:28.000Z (about 2 years ago)
- Last Synced: 2024-05-15T15:30:16.657Z (8 months ago)
- Topics: ejs-templates, expressjs, mongodb, mongoose, nodejs, url-shortener, url-shrinker
- Language: CSS
- Size: 626 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Shrinker
> URL Shrinker berbasis NodeJS, MongoDB dan EJS Template Engine
### Prerequisites
Prasyaratnya yaitu:
* Download dan Install NodeJS
* Download dan Install NPM### Installation
Silahkan clone repo ini dan lakukan:
```
# clone repo
$ git clone https://github.com/rifandani/url-shrinker.git# masuk ke app's directory
$ cd url-shortener# install app's dependencies
$ npm install
```## Usage
Jalankan aplikasi dengan command:
```
# jalankan aplikasi mode development dengan package nodemon
$ npm run dev```