Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```