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

https://github.com/isaccanedo/url-shortener

:zap: A custom url shortener service built with node.js
https://github.com/isaccanedo/url-shortener

Last synced: about 2 months ago
JSON representation

:zap: A custom url shortener service built with node.js

Awesome Lists containing this project

README

        

### URL SHORTENER

## Dependencies

* mongoose
* ejs
* express
* nanoid
* dotenv

## Setup

Clone the repo and install the dependencies

```bash
git clone https://github.com/isaccanedo/url-shortener.git
cd url-shortener

npm install
```
To run the app, simply write

```bash
npm start
```