Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Url shortner web application
https://github.com/devsargam/url-shortener

express mongoose restapi typescipt url-shortener

Last synced: 19 days ago
JSON representation

Url shortner web application

Awesome Lists containing this project

README

        

# url-shortner

Url shortner backend application like [Bitly](https://bit.ly)

### Requirements

- Nodejs
- Mongodb
- yarn (prefered package manager)
- git

### Steps to run locally

```bash
git clone https://github.com/devsargam/url-shortner.git
cd url-shortner
cp .env.example .env
yarn
yarn dev
```

NOTE: Setup environment variable in .env